basic dark mode
milkytracker.org - Dec 2023 by wolandark
Details
Authorwolandark
LicenseNo License
Categoryhttps://milkytracker.org/docs/MilkyTracker.html
Created
Updated
Size324 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 milkytracker.org/docs/MilkyTracker - Dec 2023
@version 20231215.02.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://milkytracker.org/docs/MilkyTracker.html#modules") {
html,
*,
body {
background-color: #1e1e2e;
color: #ffffff;
}
a {
color: #f6f692;
}
}