a majestic dark mode for the old classic vernoncoleman.com
vernoncoleman.com majestic dark by ShrekIsDrek
Details
AuthorShrekIsDrek
LicenseNo License
Categoryvernoncoleman.com
Created
Updated
Size632 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 vernoncoleman.org Dark Mode
@namespace USO Archive
@author DastardlyWaffle
@description A minimalist dark mode theme that aims to modify the least amount of CSS while getting rid of all the blinding white throughout the site.
@version 20210427.06.09
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("vernoncoleman.com") {
body {
background: rgb(43, 45, 66)
}
i,
font {
color: white;
background: black;
border-color: rgb(43, 45, 66);
text-shadow: 1px 1px 6px violet;
}
}