From e5ef34a1b90d8f0c5f5636690c0b0bd4149e1df9 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 1 Jan 2023 04:02:44 +0900 Subject: [PATCH] Make accessibility text color to main/white (#334) --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 05e66bb..d12df66 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1736,7 +1736,7 @@ form .post { } .screenreader-text:focus { - color: black; + color: var(--color-text-main); display: inline-block; height: auto; width: auto;