noe.sh/libs/shocktools.css
2024-10-18 22:43:21 -07:00

18 lines
238 B
CSS

:root {
font-family: "Atkinson Hyperlegible", sans-serif;
background-color: black;
color: #efefef;
}
section {
padding: 2em;
}
#dot,
#safetyDot {
width: 7px;
height: 7px;
background-color: red;
display: inline-block;
}