32m/style.css

8 lines
95 B
CSS

:root {
--red: #A12626;
}
body {
font-family: 'Concourse OT';
color: var(--red);
}