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

9 lines
106 B
CSS

body {
color:#000;
background-color:#faf98b;
}
a:hover {
color:#a80300;
background-color:#faf98b;
}