aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-16 12:02:18 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-16 12:02:18 +0100
commit36c23f67c3783b3986b21ea85d56fc0e37941a0c (patch)
tree3c9138790d672ff84071bba8e441149c245a80e7 /src/styles/auth.scss
parentBumped up ferdi to '5.6.3' (diff)
parentIterate on README [skip ci] (diff)
downloadferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.tar.gz
ferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.tar.zst
ferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.zip
Merge branch 'develop' into release
# Conflicts: # package-lock.json # package.json
Diffstat (limited to 'src/styles/auth.scss')
-rw-r--r--src/styles/auth.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/auth.scss b/src/styles/auth.scss
index aee255196..710cfe10b 100644
--- a/src/styles/auth.scss
+++ b/src/styles/auth.scss
@@ -19,6 +19,10 @@
19 a { color: $dark-theme-text-color; } 19 a { color: $dark-theme-text-color; }
20 } 20 }
21 21
22 .welcome__featured-services {
23 background: $dark-theme-gray-dark;
24 }
25
22 .legal { 26 .legal {
23 color: $dark-theme-text-color; 27 color: $dark-theme-text-color;
24 28
@@ -36,7 +40,7 @@
36} 40}
37 41
38.auth { 42.auth {
39 background: $theme-brand-gradient; 43 background: $dark-theme-gray-darkest;
40 display: flex; 44 display: flex;
41 justify-content: center; 45 justify-content: center;
42 46