diff --git a/app/static/css/site.scss b/app/static/css/site.scss index 49fceb3..8140700 100644 --- a/app/static/css/site.scss +++ b/app/static/css/site.scss @@ -1,3 +1,6 @@ +:root { + --fg: rgb(240, 240, 240); +} header, footer { max-width: 1000px; padding-top: 16px; @@ -35,7 +38,7 @@ header { a { text-decoration: none; - color: white; + color: var(--fg); h1 { text-decoration: underline; }