From 933e5bfc86a8a1084c6bdde1768762681c7ed924 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 29 Nov 2024 18:32:54 +0100 Subject: joo --- theme.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'theme.css') diff --git a/theme.css b/theme.css index 2307fc8..4045d2f 100644 --- a/theme.css +++ b/theme.css @@ -10,7 +10,8 @@ body { --slider-thumb-radius: 0px; } -.workspace-tab-header.is-active::before, .workspace-tab-header.is-active::after { +.workspace-tab-header.is-active::before, +.workspace-tab-header.is-active::after { display: none; } @@ -32,3 +33,8 @@ svg * { .menu-separator { margin: var(--size-2-1) calc(var(--size-2-1) * -1); } + +.theme-dark { + background-primary: #2e1823; + background-secondary: #fecdb2; +} \ No newline at end of file -- cgit v1.2.3