summaryrefslogtreecommitdiff
path: root/theme0b.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 /theme0b.css
parentbc2208b51299ad51b2616eb9d056682d33897441 (diff)
downloadweb-6977752cc13ec0e0f64e746633a7af99bb8021e8.tar.xz
update theme css (strikethrough color)
Diffstat (limited to 'theme0b.css')
-rw-r--r--theme0b.css3
1 files changed, 3 insertions, 0 deletions
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;
}