8 lines
127 B
CSS
8 lines
127 B
CSS
body {
|
|
background: black;
|
|
font-family: sans-serif;
|
|
color: white;
|
|
}
|
|
a, a:visited, a:hover {
|
|
color: sandybrown;
|
|
} |