lz501/style.css
2025-03-11 12:50:44 -05:00

8 lines
127 B
CSS

body {
background: black;
font-family: sans-serif;
color: white;
}
a, a:visited, a:hover {
color: sandybrown;
}