From a07d1ac73a188afeac332d45a1a47b72381f195d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 04:07:06 +0900 Subject: [PATCH] small update to universal shadows --- public/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index bcd13f4f3..c81a7cdf7 100644 --- a/public/style.css +++ b/public/style.css @@ -63,7 +63,7 @@ box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-shadow: 0 0 3px black; + text-shadow: 0px 0px 3px black; } html { @@ -1223,8 +1223,6 @@ input[type=search]:focus::-webkit-search-cancel-button { } #result_info { - color: var(--white30a); - /* display: flex; */ font-size: calc(var(--mainFontSize) - 0.2rem); font-weight: bold; }