dark mode
68k.news Dark Mode by ekallevig

Details
Authorekallevig
LicenseNo License
Category68k.news
Created
Updated
Code size1.3 kB
Code checksumeca4070d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name 68knews dark mode
@namespace ekallevig.com
@version 1.0.0
@-moz-document url-prefix("http://68k.news/") {
body,
html {
background: #002B36;
font-family: monospace;
}
body {
padding: 10px 20px;
}
a {
text-decoration: none;
}
h3 {
font-weight: normal;
}
b, i, a, a:visited, li, h1, h2, h3, h4 {
color: #4d9d89;
}
li, li a, li a:visited, h3~p a, li font {
color: #607476;
}
body > h1 {
font-weight: normal;
margin: 30px 0 20px;
max-width: 800px;
}
body > h3~p {
margin: 10px 0 15px;
}
h3~p a {
margin-left: 20px;
}
body > p, body > font > p, body > font {
color: #839496;
line-height: 1.8em;
margin: 10px 0 25px;
max-width: 800px;
display: block;
}
ol {
margin: 0;
}
body > small > center {
color: #002B36;
margin: 20px 0 30px;
text-align: left;
}
body > small > center > a {
margin: 0 0 0 0;
}
body > small > center > a:before {
content: ' - '
}
body > small > center > a:first-child:before {
content: ''
}
p > small {
color: #1a4649;
}
:empty,
center > small,
hr,
small > p,
hr,
body > center,
body > small > center *,
body > small > a > font,
a[href="choose_edition.php"] {
display: none;
}
body > small > center a {
display: inline;
}
}