From 365105df0ee6f7d71aed03263783fde840b5b455 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 28 Apr 2022 15:40:45 +0200 Subject: Make theme follow system theme --- static/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/theme.css') diff --git a/static/theme.css b/static/theme.css index e00cd60..7e0d6fc 100644 --- a/static/theme.css +++ b/static/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%; -- cgit v1.2.3