dotfiles/.local/share/luakit/styles/reddit.css

41 lines
1.1 KiB
CSS

@-moz-document domain(old.reddit.com) {
* {
background-color: #181818 !important;
color: #CCC !important;
border-color: #555 !important;
border-width: 0px !important;
}
.premium-banner-outer, .premium-banner {
display: none !important;
}
#header-img.default-header, .side {
display: none !important;
}
.link.promotedlink.promoted, .link.promotedlink.external {
display: none !important;
}
.footer-parent {
display: none !important;
}
input, textarea, button {
background-color: #282828 !important;
}
a {
font-style: oblique !important;
}
.expando-button, .thumbnail, .rank, .midcol {
display: none !important;
}
.top-matter, .top-matter > *, .top-matter > * > *, .top-matter > * > * > *, .top-matter > * > * > * > * {
background-color: #222 !important;
}
.linkflairlabel, .linkflairlabel > * {
background-color: #999 !important;
color: #121212 !important;
}
.entry {
border-left: 5px solid darkred !important;
padding-left: 5px !important;
}
}