elegant.desk6988.inoreader
elegant.desk6988.inoreader by elegantdesk6988
Details
Authorelegantdesk6988
LicenseNo License
Categoryelegant.desk6988.inoreader
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name inoreader
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author elegant.desk6988
==/UserStyle== */
@-moz-document domain("inoreader.com") {
body,
html,
p,
div,
li,
th,
td {
font-family: var(--monofont) !important;
font-variant: normal;
font-weight: 400;
}
.article_content p,
.article_content li,
.article_content ol,
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content ol,
.article_content blockquote,
.article_content th,
.article_content td,
.article_content div,
.article_content a,
.pin_container {
font-family: var(--monofont) !important;
font-variant: normal;
font-weight: 400;
line-height: 135%;
}
.article_content a,
.article_content strong {
font-family: var(--monofont) !important;
font-weight: 500;
}
.article_title_link,
.article_magazine_title_link,
.article_header_title,
.articles_feed_group_heading {
font-family: var(--monofont) !important;
font-weight: 500;
}
.inno_toolbar_button_upgrade,
.inno_toolbar_button_caption {
display: none;
background-color: #333 !important;
color: #666 !important;
}
#sb_rp_settings img {
filter: grayscale(1) !important;
}
.article_magazine_picture {
filter: grayscale(1) !important;
}
img {
filter: grayscale(1) !important;
}
}