From fb8b797891ee567100c891dc7a84c3597f889ed4 Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 2 Aug 2024 10:43:40 +0000 Subject: [PATCH] a --- html/search.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/search.ejs b/html/search.ejs index bcb63deb..e91e0b76 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -724,7 +724,7 @@ if (q.includes('-showall')) { font-size: 24px; text-align: left; font-weight: bold; - color: #333; + color: #fff; } .debug-icon, .warning-icon { @@ -733,7 +733,7 @@ if (q.includes('-showall')) { .debug-intro, .warning-intro, .warning-tips, .warning-info { font-size: 16px; - color: #555; + color: #fff; margin: 10px 0; }