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
Raw Normal View History

@media (prefers-color-scheme: light) {
body {
2021-05-07 02:33:28 +00:00
color:#000;
background-color:#faf98b;
}
2021-05-07 02:33:28 +00:00
a:hover {
2021-05-07 02:33:28 +00:00
color:#a80300;
background-color:#faf98b;
}
}