dark mode for https://danluu.com
danluu.com dark mode by obk
Details
Authorobk
LicenseMIT
Categoryhttps://danluu.com
Created
Updated
Size568 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 danluu.com dark mode
@version 20220923.00.32
@namespace userstyles.world/user/obk
@description dark mode for https://danluu.com
@author obk
@license MIT
==/UserStyle== */
@-moz-document domain("danluu.com") {
::selection {
background-color: #ddd;
color: #ff4136;
}
html {
background-color: #1a1a1d;
color: #ddd;
max-width: 600px;
margin: auto;
}
footer {
color: #ddd;
text-align: right;
}
a {
text-decoration: none;
position: relative;
color: #ff4136;
}
}