From 30b7af1dbec405b02df794a799a24c6f35dfbdc5 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 2 May 2022 23:06:37 +0200 Subject: Convert all date strings to ISO861, do some minor design fixes --- static/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/theme.css') diff --git a/static/theme.css b/static/theme.css index 7e0d6fc..d76d865 100644 --- a/static/theme.css +++ b/static/theme.css @@ -3,6 +3,8 @@ body { --surface: #f7fafc; --on-surface: #1a202c; --elevation-1-shadow: 0px -6px 7px 0px black; + --elevation-1: #c2c2c2; + --on-elevation-1: #000000; --divider: #e2e8f0; --gradient-1: linear-gradient(90deg, #84fab0, #8fd3f4 51%, #84fab0) 100% / 200%; @@ -16,11 +18,10 @@ body.dark { --surface: #161616; --on-surface: #a5a5a5; --elevation-1-shadow: none; + --elevation-1: #3b3b3b; + --on-elevation-1: #afafaf; --divider: #363636; --gradient-1: linear-gradient(90deg, #0c5f2b, #0a2531 51%, #1e6439) 100% / 200%; - --gradient-2: linear-gradient(90deg, rgb(110 0 96) 20%, - rgb(27 142 43) 60%, - rgb(42 70 61) 85%, - var(--surface) 100%); + --gradient-2: linear-gradient(to right, rgb(110, 0, 96) 11.34%, rgb(27, 142, 43) 51.68%, rgb(11, 73, 41) 76.05%, #161616 96.22%) } -- cgit v1.2.3