From 101bc290f9c2f4976f4cbe4daa3607d95fee8075 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 May 2024 10:05:59 -0500 Subject: [PATCH] chore(web): light theme text color improvement (#9553) * chore(web): light theme text color improvement * openapi * openapi --- web/src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app.css b/web/src/app.css index 9db440e46c..94682ac905 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -89,7 +89,7 @@ html::-webkit-scrollbar-thumb:hover { body { margin: 0; - color: #5f6368; + color: #3a3a3a; } input:focus-visible {