site/css/theme.css

14 lines
167 B
CSS

body {
font-family: 'Fira Code', monospace;
background: #006400;
color: white;
}
a {
color: inherit;
}
#content {
width: 90%;
margin: auto;
}