Dark theme for fail_fandomanon. White text on black background with gray headers.
Dark Theme by mrmyna
Details
Authormrmyna
LicenseNo License
Categoryfail-fandomanon, dreamwidth
Created
Updated
Size603 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 Dark Theme
@version 20220318.07.38
@namespace userstyles.world/user/mrmyna
@description Dark theme for fail_fandomanon. White text on black background with gray headers.
@author mrmyna
@license No License
==/UserStyle== */
@-moz-document domain("fail-fandomanon.dreamwidth.org") {
body{
background-color:#000;
}
div.header{
color:#eee !important;
background-color:#333 !important;
}
div:not(.inner), input, textarea{
color:#ddd;
background-color:#000;
}
a{
color:#ddd !important;
}
a:visited{
color:#bbb !important;
}
}