From efd684cd35803bdec8778733d2766ee751c603cd Mon Sep 17 00:00:00 2001 From: moonlightwatch Date: Wed, 2 Apr 2025 09:16:47 +0800 Subject: [PATCH] fix: a label color --- bookmarks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarks.html b/bookmarks.html index 883f7e0..5a4dee3 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -91,7 +91,7 @@ text-decoration: none; } .bookmarks a:visited { - color: #cadef8; + color: #6C7486; } }