diff --git a/scribbler-doc.css b/scribbler-doc.css index a3f8c96..7ea3d01 100755 --- a/scribbler-doc.css +++ b/scribbler-doc.css @@ -17,7 +17,7 @@ html, body { /* logo */ .logo { - font-weight: 900; + font-weight: 700; color: var(--primary-color); font-size: 1.4em; grid-column: 2; @@ -49,7 +49,7 @@ html, body { .doc__nav { flex-basis: 20%; - font-weight: 200; + font-weight: 400; } .doc__nav ul { diff --git a/scribbler-global.css b/scribbler-global.css index 360308d..42906f8 100755 --- a/scribbler-global.css +++ b/scribbler-global.css @@ -22,7 +22,7 @@ html, body { } p { - font-weight: 300; + font-weight: 400; color: #4A4A4A; } @@ -70,7 +70,7 @@ hr { .tab { display: inline-block; padding: 0.3rem 0.5rem; - font-weight: 200; + font-weight: 400; cursor: pointer; } @@ -246,7 +246,7 @@ table { table td, table th { border: 1px solid var(--code-bg-color); padding: 0.8rem; - font-weight: 300; + font-weight: 400; } table th { @@ -258,7 +258,7 @@ table th { table td:first-child { background-color: var(--bg-color); - font-weight: 600; + font-weight: 700; } @media screen and (max-width: 600px) { diff --git a/scribbler-landing.css b/scribbler-landing.css index eb6111d..f5ae0b8 100755 --- a/scribbler-landing.css +++ b/scribbler-landing.css @@ -12,7 +12,7 @@ nav { } .hero__title { - font-weight: 900; + font-weight: 700; color: var(--primary-color); } @@ -55,6 +55,7 @@ nav { .feature__item p { margin-top: 0.5rem; + line-height: 1.5rem; } /* keybinding section */ @@ -137,7 +138,7 @@ nav { .changelog__meta small { color: var(--primary-color-light); - font-weight: 200; + font-weight: 400; letter-spacing: 1px; }