From b3da3c829466a423ece1ac2c9407f0c1435d66dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 20 Jan 2024 13:28:51 +0200 Subject: [PATCH] header colors --- app/signup/static/signup/style.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/signup/static/signup/style.scss b/app/signup/static/signup/style.scss index 3facf83..db11339 100644 --- a/app/signup/static/signup/style.scss +++ b/app/signup/static/signup/style.scss @@ -77,9 +77,6 @@ h1.brand-title { text-align: center; } -// Overwritten in prefers-color-scheme-light. -// This is here for browsers that don't support -// css gradients. h1.brand-title > a, h2.brand-subtitle { color: #000; } @@ -113,7 +110,7 @@ main { max-width: 1000px; background-color: #e6e6e6; - background: radial-gradient(circle at top left, $lightBlue 0%, $grey 50%, $darkTextColor 100%); + background: radial-gradient(circle at top left, $lightBlue 0%, #aaa 50%, #666 100%); } /*******************************/ @@ -258,12 +255,6 @@ $featuresGutter: 1rem; /** Media Media Responsive Media **/ /**********************************/ -@media (prefers-color-scheme: light) { - h1.brand-title > a, h2.brand-subtitle { - color: #eee; - } -} - @media (prefers-color-scheme: dark) { h1, h2, h3, body { color: $darkTextColor;