From 3ae7d94e4b851b41c89f0e08932d62352e06bedc Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Tue, 11 May 2021 15:30:29 +0200 Subject: Update lighttheme input box color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e3f34d6..48aa4b0 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ [theme="light"] { --bg-color: #FFFFFF; --text-color: #24292E; - --box-color: #DDDDDD; + --box-color: #EBEDEF; --url-color: #0366D6; --underline-color: #EAECEF; } -- cgit v1.2.3