From 1e3798f558f310dd588b6245c0a4f67efc9099bb Mon Sep 17 00:00:00 2001 From: James Dinh Date: Thu, 9 Feb 2023 21:12:05 -0800 Subject: [PATCH] Changed tooltip color --- css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/general.css b/css/general.css index be629f2..545f5b9 100644 --- a/css/general.css +++ b/css/general.css @@ -693,7 +693,7 @@ nav * { top: 12px; right: -150px; transform-origin: left; - color: rgb(252, 93, 93); + color: rgb(252, 188, 93); } .header-info-container {