This commit is contained in:
2026-08-13 11:48:06 -05:00
parent 6119e000a5
commit 390a746fec
17 changed files with 768 additions and 282 deletions

17
styles/main.css Normal file
View File

@@ -0,0 +1,17 @@
:root {
--background-color: #1a1a1a;
--foreground-color: #f5f5f5;
}
* {
font-family: 'Times New Roman', Times, serif;
color: var(--foreground-color);
}
body {
background-color: var(--background-color);
width: 80%;
margin: auto;
padding-top: 4%;
font-size: 12pt;
}