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) --- theme2a.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme2a.css') diff --git a/theme2a.css b/theme2a.css index 53a61b1..82fbfcf 100644 --- a/theme2a.css +++ b/theme2a.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #000; } +del{ + text-decoration-color: #000; +} #panel li a.active{ background-color:#EED0C0; } -- cgit v1.2.3