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