From 5e27b918450dc3c2c6e3fc524561a362cc1e971a Mon Sep 17 00:00:00 2001 From: Takashi Tamura Date: Wed, 25 Dec 2024 13:29:31 +0900 Subject: [PATCH] fix: enhance notification color --- viewer/latextoybox.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/viewer/latextoybox.css b/viewer/latextoybox.css index d74456d9..0e797f98 100644 --- a/viewer/latextoybox.css +++ b/viewer/latextoybox.css @@ -213,6 +213,8 @@ html[dir='rtl'] .findbar { left: 0; z-index: 100000; border: 3px solid red; + color: black; + background: white; } #notify-reconnected { @@ -221,6 +223,8 @@ html[dir='rtl'] .findbar { left: 0; z-index: 100000; border: 3px solid green; + color: black; + background-color: white; } #notify-reconnected[class="hide"] {