summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rwxr-xr-xstyles.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 371863f..2db7dd2 100755
--- a/styles.css
+++ b/styles.css
@@ -1,4 +1,5 @@
/*
+CONFIG
vars, color, and fonts
*/
:root {
@@ -30,20 +31,22 @@ html {
scroll-behavior: smooth;
}
+/*
+body and main container
+ */
+
body {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
line-height: 1.5;
background-color: rgb(30, 30, 30);
color: #303030;
font-weight: 300;
+ font-size: 120%;
}
p {
line-height: 1.2;
}
-/*
-body and main container
- */
/* media should not be inline, but be blocks */
/* media shouldn't break out of their container */