dollseq
This commit is contained in:
parent
0697e5f55b
commit
095cf7f9b7
3 changed files with 399 additions and 0 deletions
18
libs/shocktools.css
Normal file
18
libs/shocktools.css
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue