summaryrefslogtreecommitdiff
path: root/theme3a.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-01 03:38:46 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-07-01 03:38:46 +0800
commit6977752cc13ec0e0f64e746633a7af99bb8021e8 (patch)
treefbd84dc64ff3c40014797cb23e1e220c376b35d4 /theme3a.css
parentbc2208b51299ad51b2616eb9d056682d33897441 (diff)
downloadweb-6977752cc13ec0e0f64e746633a7af99bb8021e8.tar.xz
update theme css (strikethrough color)
Diffstat (limited to 'theme3a.css')
-rw-r--r--theme3a.css3
1 files changed, 3 insertions, 0 deletions
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;
}