Add basic CSS

This commit is contained in:
kaBeech
2023-03-18 14:15:13 -07:00
parent ea8579e51d
commit 99a643993c

4
style.css Normal file
View File

@@ -0,0 +1,4 @@
body {
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}