summaryrefslogtreecommitdiff
path: root/theme.css
diff options
context:
space:
mode:
authorjakobst1n <undefined>2022-04-28 15:41:16 +0200
committerjakobst1n <undefined>2022-04-28 15:41:16 +0200
commita5ea1c2dfa550be03f7ce5e5a86467a3ddbe8d90 (patch)
treedcd55bbd887099aff0b01126b43344a4fefe8742 /theme.css
parentbd63e45d2d03af7dd55c48450915f9b63567c3d4 (diff)
downloadAurora-data-a5ea1c2dfa550be03f7ce5e5a86467a3ddbe8d90.tar.gz
Aurora-data-a5ea1c2dfa550be03f7ce5e5a86467a3ddbe8d90.zip
Updates
Diffstat (limited to 'theme.css')
-rw-r--r--theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.css b/theme.css
index e00cd60..7e0d6fc 100644
--- a/theme.css
+++ b/theme.css
@@ -2,6 +2,7 @@ body {
--surface: rgb(247, 250, 252);
--surface: #f7fafc;
--on-surface: #1a202c;
+ --elevation-1-shadow: 0px -6px 7px 0px black;
--divider: #e2e8f0;
--gradient-1: linear-gradient(90deg, #84fab0, #8fd3f4 51%, #84fab0) 100% / 200%;
@@ -14,6 +15,7 @@ body {
body.dark {
--surface: #161616;
--on-surface: #a5a5a5;
+ --elevation-1-shadow: none;
--divider: #363636;
--gradient-1: linear-gradient(90deg, #0c5f2b, #0a2531 51%, #1e6439) 100% / 200%;