commit b3da3c829466a423ece1ac2c9407f0c1435d66dd (tree)
parent d40c2463fd3fb995b10fc9fadeca1c8cfd01073e
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sat, 20 Jan 2024 13:28:51 +0200
header colors
Diffstat:
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git 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;