This commit is contained in:
41666 2024-10-18 22:43:21 -07:00
parent 0697e5f55b
commit 095cf7f9b7
3 changed files with 399 additions and 0 deletions

18
libs/shocktools.css Normal file
View file

@ -0,0 +1,18 @@
: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;
}