dark theme for drewdevault.com
drewdevault.com by obk
Details
Authorobk
LicenseMIT
Categorydrewdevault.com
Created
Updated
Size921 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 drewdevault.com
@version 20211229.02.55
@namespace userstyles.world/user/obk
@description dark theme for drewdevault.com
@author obk
@license MIT
==/UserStyle== */
@-moz-document domain("drewdevault.com") {
::selection {
background-color: #ddd;
color: #ff4136;
}
html {
background-color: #1a1a1d;
color: #ddd;
max-width: 800px;
margin: auto;
}
footer {
color: #ddd;
text-align: right;
}
a {
text-decoration: none;
position: relative;
color: #ff4136;
}
a:visited {
text-decoration: none;
position: relative;
color: #670904;
}
.webring .article{
color: #dddddd;
background: #ff4136
}
.webring .article a{
color: #ddd
}
pre {
background: #aaa;
color: #1a1a1d
}
.index .article-list .date{
color: #ddd
}
blockquote{
background-color: #85144b;
color: #ddd;
}
}