Monochrome version of Skimfeed
SkimFeed.com | Monochrome by catsnsnacks
Details
Authorcatsnsnacks
LicenseNo License
Categoryskimfeed
Created
Updated
Size583 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 SkimFeed.com | Monochrome
@version 20220509.12.29
@namespace userstyles.world/user/catsnsnacks
@description Monochrome version of Skimfeed
@author catsnsnacks
@license No License
==/UserStyle== */
@-moz-document domain("skimfeed.com") {
li {
border: 0;
padding: 2px;
}
.boxes {
background: transparent;
border: 0;
overflow:hidden;
}
.popurltitle,
body,
h1,
h2,
h3,
h4,
h5 {
background: #ddd;
font-family: sans-serif, Arial;
}
a {
color: #222 !important;
}
a:visited {
color: #666 !important;
}
}