This repository has been archived on 2021-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
public_html/dark.css

17 lines
195 B
CSS

@media (prefers-color-scheme: dark) {
body {
color:#ffffff;
background-color:#000;
}
a {
color:#fffc00;
background-color:#000;
}
a:hover {
color:#ff5f5c;
background-color:#000;
}
}