lz501/style.css

8 lines
127 B
CSS
Raw Normal View History

2025-03-11 10:50:44 -07:00
body {
background: black;
font-family: sans-serif;
color: white;
}
a, a:visited, a:hover {
color: sandybrown;
}