Dark mode
Static Chess dark mode by november
Details
Authornovember
LicenseCC-0
Categorychess.maxmcd.com
Created
Updated
Size261 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 Static Chess dark mode
@version 20240514.00.06
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://chess.maxmcd.com/") {
body {
background: #222;
}
h1, div.info {
color: #ddd;
}
a {
color: #acf;
}
}