From dc6f9f735a8d8fb5d68f35686b96174af3653d85 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Mon, 2 May 2022 23:07:42 +0200 Subject: Updates --- theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'theme.css') diff --git a/theme.css b/theme.css index 7e0d6fc..d76d865 100644 --- a/theme.css +++ b/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