new site
This commit is contained in:
17
styles/main.css
Normal file
17
styles/main.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user