diff --git a/404.html b/404.html index 449ae15b7..0250a6b72 100644 --- a/404.html +++ b/404.html @@ -57,7 +57,7 @@ } h1 { font-size: 1rem; - font-weight: 700; + font-weight: 600; line-height: 1.5rem; margin: 0; padding: 0; @@ -72,7 +72,7 @@ border-radius: 0.125rem; color: #FFF; display: inline-block; - font-weight: 700; + font-weight: 600; padding: 0.75rem 1.5rem; text-decoration: none; } diff --git a/index.html b/index.html index 449ae15b7..0250a6b72 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ } h1 { font-size: 1rem; - font-weight: 700; + font-weight: 600; line-height: 1.5rem; margin: 0; padding: 0; @@ -72,7 +72,7 @@ border-radius: 0.125rem; color: #FFF; display: inline-block; - font-weight: 700; + font-weight: 600; padding: 0.75rem 1.5rem; text-decoration: none; } diff --git a/src/header.html b/src/header.html index a899994cd..265aaf8ee 100644 --- a/src/header.html +++ b/src/header.html @@ -57,7 +57,7 @@ } h1 { font-size: 1rem; - font-weight: 700; + font-weight: 600; line-height: 1.5rem; margin: 0; padding: 0; @@ -72,7 +72,7 @@ border-radius: 0.125rem; color: #FFF; display: inline-block; - font-weight: 700; + font-weight: 600; padding: 0.75rem 1.5rem; text-decoration: none; }