A style that basically flips the design around. .
Blips Right Feed by moonieloonie
Details
Authormoonieloonie
LicenseNo License
Categoryblips
Created
Updated
Size503 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name blips.club - 28/09/2023, 19:21:24
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://blips.club/")
{
#sidebar{
margin-left: -565px;
margin-right: 555px;
}
#content {
margin-left: 220px;
margin-right: -200px;
}
#container nav {
background: #ececec;
}
:root {
--link: #6a757a;
}
#content {
background: #f2f2f2;
}
}