diff --git a/static/sass/style.css b/static/sass/style.css index d66c03a58..20247d15f 100644 --- a/static/sass/style.css +++ b/static/sass/style.css @@ -1078,7 +1078,6 @@ h2.not-column { text-align: center; padding: .75em 1em; } -/*h1*/ .site-headline { color: white; margin: 0.15em auto 0.2em; } diff --git a/static/sass/style.scss b/static/sass/style.scss index 5988b00d1..063516029 100644 --- a/static/sass/style.scss +++ b/static/sass/style.scss @@ -411,7 +411,7 @@ h2.not-column { } } -/*h1*/ .site-headline { +.site-headline { color: $white; margin: 0.15em auto 0.2em; diff --git a/templates/base.html b/templates/base.html index 04e0c4036..23abe2008 100644 --- a/templates/base.html +++ b/templates/base.html @@ -194,9 +194,9 @@