diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-08-24 22:49:24 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-08-24 22:49:24 -0400 |
commit | dda9f695ec209b900d94b4933634f6832cd1429c (patch) | |
tree | ce4efb4b8401e4841be3977b35b75841aa5aa4a3 /styles.css | |
parent | 4c5d2b9c5cea2666a6aeb982a45be1076f0e3782 (diff) |
remove commented html
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 */ |