7
0
Fork 0
site/assets/css/style.css

9 lines
No EOL
155 B
CSS

body {
max-width: 1000px;
margin: 2em auto;
background-color: black;
color: white;
font-family: Arial, sans-serif
}
a {color: #05d5ff}