website/css/main.css
2024-01-16 16:11:56 -06:00

17 lines
199 B
CSS
Executable File

body {
background-color: #565B5C;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: black;
}
a:visited {
color: pink;
}
p, h1, h2, h3, h4, h5, h6, summary {
color: #d0d0d0;
}