From f3327d75cd3601cea71a06abdebd60b429965a69 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 18 Oct 2023 02:20:15 +0100 Subject: [PATCH] =?UTF-8?q?[=E2=9A=A1]=20Make=20gradient=20match=20theming?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/style.less b/src/style.less index 1f5a4e3..ae5aa87 100644 --- a/src/style.less +++ b/src/style.less @@ -11,10 +11,6 @@ --crust: #11111b; } -.bx-category { - color: #181926; -} - body, html { background-color: var(--crust); @@ -55,10 +51,9 @@ toolbar { justify-content: center; div[data-toolbar-id="appview"] { - background: rgb(150, 181, 246); - background: linear-gradient(45deg, rgba(150, 181, 246, 1) 0%, rgba(150, 181, 246, 1) 12%, rgba(77, 129, 236, 1) 100%); - color: black; + background: linear-gradient(45deg, var(--crust), var(--surface-0)); } + & > div { background: var(--base); padding: 5px;