From 6977752cc13ec0e0f64e746633a7af99bb8021e8 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 1 Jul 2022 03:38:46 +0800 Subject: update theme css (strikethrough color) --- theme1a.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme1a.css') diff --git a/theme1a.css b/theme1a.css index 142e5e3..0c80568 100644 --- a/theme1a.css +++ b/theme1a.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #000; } +del{ + text-decoration-color: #000; +} #panel li a.active{ background-color:#CEC; } -- cgit v1.2.3