aboutsummaryrefslogtreecommitdiff
path: root/static/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 4d12e42..c098cfa 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -9,7 +9,9 @@ Derives app colors for both dark & light themes from common.css variables
--light-pink: #fff8fe;
--gray-light: #dfdfdf;
- --drop-shadow: 0 0 var(--gap-quarter) var(--color-background), var(--gap) var(--gap) 0 var(--color-drop-shadow), inset 0 0 0 1px var(--color-accent-muted);
+ --drop-shadow: 0 0 var(--gap-quarter) var(--color-background),
+ var(--gap) var(--gap) 0 var(--color-drop-shadow),
+ inset 0 0 0 1px var(--color-accent-muted);
--color-navbar-background: var(--faff-pink);
--color-navbar-text: var(--light-theme-text);
@@ -49,4 +51,4 @@ html.theme-dark {
--color-accent-muted: var(--color-accent-dark);
--color-text-accent: var(--color-accent);
color-scheme: dark;
-} \ No newline at end of file
+}