From a5917a6e0601177f8785504c9a6a2817a46d5ff7 Mon Sep 17 00:00:00 2001 From: ikasoba <57828948+ikasoba@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:29:03 +0900 Subject: [PATCH] a --- themes/theme-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/theme-base.css b/themes/theme-base.css index a032971..e9591a0 100644 --- a/themes/theme-base.css +++ b/themes/theme-base.css @@ -140,6 +140,10 @@ button:hover.post-rt-button.post-button-off * { color: var(--button-rt-on) !important; } +button:hover.post-button-off * { + color: var(--button-off) !important; +} + .post-wrap, .notice-wrap { padding: 0.5rem; display: flex;