diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-07-01 03:38:46 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-07-01 03:38:46 +0800 |
commit | 6977752cc13ec0e0f64e746633a7af99bb8021e8 (patch) | |
tree | fbd84dc64ff3c40014797cb23e1e220c376b35d4 | |
parent | bc2208b51299ad51b2616eb9d056682d33897441 (diff) | |
download | web-6977752cc13ec0e0f64e746633a7af99bb8021e8.tar.xz |
update theme css (strikethrough color)
-rw-r--r-- | theme0a.css | 3 | ||||
-rw-r--r-- | theme0b.css | 3 | ||||
-rw-r--r-- | theme1a.css | 3 | ||||
-rw-r--r-- | theme1b.css | 3 | ||||
-rw-r--r-- | theme2a.css | 3 | ||||
-rw-r--r-- | theme2b.css | 3 | ||||
-rw-r--r-- | theme3a.css | 3 | ||||
-rw-r--r-- | theme3b.css | 3 |
8 files changed, 24 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; } 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; } diff --git a/theme1a.css b/theme1a.css index 142e5e3..0c80568 100644 --- a/theme1a.css +++ b/theme1a.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #000; } +del{ + text-decoration-color: #000; +} #panel li a.active{ background-color:#CEC; } diff --git a/theme1b.css b/theme1b.css index 0e0d1aa..c373877 100644 --- a/theme1b.css +++ b/theme1b.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #FFF; } +del{ + text-decoration-color: #FFF; +} #panel li a.active{ background-color:#449; } 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; } diff --git a/theme2b.css b/theme2b.css index 2f5964d..95a49e2 100644 --- a/theme2b.css +++ b/theme2b.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #FFF; } +del{ + text-decoration-color: #FFF; +} #panel li a.active{ background-color:#974; } 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; } diff --git a/theme3b.css b/theme3b.css index 143f081..a368935 100644 --- a/theme3b.css +++ b/theme3b.css @@ -4,6 +4,9 @@ body{ background-repeat: repeat; color: #FFF; } +del{ + text-decoration-color: #FFF; +} #panel li a.active{ background-color:#469; } |