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/light.css

12 lines
152 B
CSS

@media (prefers-color-scheme: light) {
body {
color:#000;
background-color:#faf98b;
}
a:hover {
color:#a80300;
background-color:#faf98b;
}
}