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