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