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