From 267535b2dee03597319dff00f75c45a13217ba7e Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:23:22 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=95=E0=B8=B1=E0=B8=A7=E0=B9=80=E0=B9=80=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B8=AA=E0=B8=B5=20=20too?= =?UTF-8?q?ltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/app.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index be2b6fc4..e0c5fb80 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -4,19 +4,24 @@ @import 'open-props/shadows'; @import 'open-props/zindex'; +:root { + --_bg-box-content: var(--blue-5); + --_color-box-content-text: var(--_bg-box-content); + --_bg-box-content-text: white; + --_bg-tooltip-branch: var(--indigo-0); + --_bg-tooltip-branch-arrow: var(--_bg-tooltip-branch); +} + html { --brand-1: #035aa1; --brand-2: #f50000; - --border-color: var(--gray-4); - --foreground: black; --background: var(--gray-1); --surface-0: var(--background); --surface-1: white; --surface-2: var(--gray-1); --surface-3: var(--gray-2); - color: var(--foreground); background-color: var(--background); } @@ -24,9 +29,7 @@ html { :where(.dark, .body--dark) { --brand-1: var(--blue-7); --brand-2: #f50000; - --border-color: var(--gray-8); - --foreground: white; --background: var(--gray-10); --surface-0: var(--background);