diff options
author | Melissa Zhang <mzhang19096@gmail.com> | 2022-09-07 16:58:28 -0400 |
---|---|---|
committer | Melissa Zhang <mzhang19096@gmail.com> | 2022-09-07 16:58:28 -0400 |
commit | 242bce4d2dca2a80d13db392cb2db26d36673dda (patch) | |
tree | 3e1747aa6a28520457cdb65fa3f1eecd43d157de /styles.css | |
parent | ce0841065752f65c7cc6cdf2eca8b2475980fd66 (diff) |
consistent font weights
Diffstat (limited to 'styles.css')
-rwxr-xr-x | styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,8 @@ 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: rgb(212, 212, 212);*/ + color: #303030; + font-weight: 300; } p { @@ -312,6 +313,7 @@ h1 { line-height: 1; margin: 10px 0 1rem 0; z-index: 5; + font-weight: 500; } |