diff options
Diffstat (limited to 'theme2b.css')
-rw-r--r-- | theme2b.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |