From 9d7d5df7f2c58efbe9c589f622746f64080af61d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Mar 2024 16:17:09 +0800 Subject: [PATCH] Fix sudden Chrome CSS bug with text-shadow affecting underlines --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index a6bd2b8a..6c69e513 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -105,7 +105,7 @@ padding: 2px; vertical-align: top; text-transform: uppercase; - text-shadow: 0 1px var(--bg-color); + /* text-shadow: 0 1px var(--bg-color); */ &:hover { color: var(--text-color);