diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-18 21:28:44 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-18 21:28:44 +0200 |
commit | 03e4e3a1487bd31b53d0020a8fd9b37663dcf2fd (patch) | |
tree | 61bc264f03f4f277b62ec5b86b8ccf813acdfda3 | |
parent | Merge with git+ssh://git.meleeweb.net/var/git/else/web.git (diff) | |
download | web-03e4e3a1487bd31b53d0020a8fd9b37663dcf2fd.tar.xz |
modify sidebar text color
-rw-r--r-- | blog/themes/typo/phokus_else/stylesheets/phokus.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css index 0ee44d4..19b789d 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -388,7 +388,7 @@ a.comment-link:hover { #sidebar h3,
#sform label {
background: url(../../images/theme/sb-top_else.png) no-repeat;
- color: #fff;
+ color: #000;
display: block;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
@@ -435,7 +435,7 @@ a.comment-link:hover { }
#sidebar a {
border: none;
- color: #ddd;
+ color: #696969;
}
#sidebar li a {
display: block;
|