diff options
Diffstat (limited to 'styles.css')
-rwxr-xr-x | styles.css | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 */ |