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

14 lines
150 B
CSS

body {
color:#ffffff;
background-color:#000;
}
a {
color:#fffc00;
background-color:#000;
}
a:hover {
color:#ff5f5c;
background-color:#000;
}