From 570202d2c4c9ca61a19022783c1b704d0cde6474 Mon Sep 17 00:00:00 2001 From: Steven Sun Date: Mon, 22 Jul 2024 05:40:00 +0000 Subject: [PATCH] 1 --- app/styles/globals.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 3c59f2d44..316c6a2a7 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -9,7 +9,8 @@ --black: rgb(48, 48, 48); --gray: rgb(250, 250, 250); --primary: rgb(29, 147, 171); - --second: rgb(231, 248, 255); + // --second: rgb(231, 248, 255); + --second: #ffffff --hover-color: #f3f3f3; --bar-color: rgba(0, 0, 0, 0.1); --theme-color: var(--gray);