aboutsummaryrefslogtreecommitdiff
path: root/static/css/theme.css
diff options
context:
space:
mode:
authorJean-Nicolas Veigel <art.jnveigel@gmail.com>2024-03-16 05:29:02 +0100
committerLouis Pilfold <louis@lpil.uk>2024-03-26 10:31:25 +0000
commita487a95221f803fa25e15bdb156c23805c57f5aa (patch)
tree7681afae1b2f1ac0287e38d1dc3101615bcc2831 /static/css/theme.css
parenteb47a893c941000803984d9100e3856040404f3b (diff)
downloadtour-a487a95221f803fa25e15bdb156c23805c57f5aa.tar.gz
tour-a487a95221f803fa25e15bdb156c23805c57f5aa.zip
chore: format files
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
+}