aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-14 18:34:34 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-14 18:34:34 +0100
commit1756a26b58be597045ead7e548f207ed50f05ab4 (patch)
tree6d33f8701e05a7133becf58660698393417690c0 /src/styles/auth.scss
parentExtract SVG logo from Affinity Photo (diff)
downloadferdium-app-1756a26b58be597045ead7e548f207ed50f05ab4.tar.gz
ferdium-app-1756a26b58be597045ead7e548f207ed50f05ab4.tar.zst
ferdium-app-1756a26b58be597045ead7e548f207ed50f05ab4.zip
Fix Dark Mode in auth screens
Diffstat (limited to 'src/styles/auth.scss')
-rw-r--r--src/styles/auth.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/auth.scss b/src/styles/auth.scss
index aee255196..0c7485ef0 100644
--- a/src/styles/auth.scss
+++ b/src/styles/auth.scss
@@ -36,7 +36,7 @@
36} 36}
37 37
38.auth { 38.auth {
39 background: $theme-brand-gradient; 39 background: $dark-theme-gray-darkest;
40 display: flex; 40 display: flex;
41 justify-content: center; 41 justify-content: center;
42 42