summaryrefslogtreecommitdiff
path: root/theme0a.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 /theme0a.css
parentbc2208b51299ad51b2616eb9d056682d33897441 (diff)
downloadweb-6977752cc13ec0e0f64e746633a7af99bb8021e8.tar.xz
update theme css (strikethrough color)
Diffstat (limited to 'theme0a.css')
-rw-r--r--theme0a.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme0a.css b/theme0a.css
index ac5b599..b7b4a69 100644
--- a/theme0a.css
+++ b/theme0a.css
@@ -4,6 +4,9 @@ body{
background-repeat: repeat;
color: #000;
}
+del{
+ text-decoration-color: #000;
+}
#panel li a.active{
background-color:#EEC0DD;
}