diff --git a/static/css/index.css b/static/css/index.css index ea56c71..abcb169 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -14,7 +14,7 @@ } html { - background: #3c3e49; + background: #565968; font-size: 16px; font-size: calc(0.8rem + 0.3vw); padding: 0 calc(38% - 20em); @@ -25,7 +25,7 @@ body { font-weight: 400; background: #ffffff; color: #1c1d22; - box-shadow: 0 0 0 1px rgba(60, 62, 73, 0.6); + box-shadow: 0 0 0 1px rgba(86, 89, 104, 0.3); margin: 0; line-height: 1.6; min-height: 100vh; @@ -122,7 +122,7 @@ body > header { align-items: center; background: #1c1d22; color: #ffffff; - border-bottom: 1px solid rgba(60, 62, 73, 0.6); + border-bottom: 1px solid rgba(255, 255, 255, 0.08); } body > header > a { @@ -157,7 +157,7 @@ body > header, body > article, body > footer { } @media (prefers-color-scheme: dark) { - html, body { + html, body, body > header, body > footer { background: #1c1d22; color: #ffffff; }