diff options
author | Florent Neveu (Captain) <neveu.etna@gmail.com> | 2006-09-19 23:08:29 +0200 |
---|---|---|
committer | Captain <neveu.etna@gmail.com> | 2006-09-19 23:08:29 +0200 |
commit | f91c39230cc739faf32ff340954c3a04c33ab732 (patch) | |
tree | f04ad3a0d143b828019dac9fe20c798d0dbd8364 | |
parent | change color of h2 a:hover (diff) | |
download | web-f91c39230cc739faf32ff340954c3a04c33ab732.tar.xz |
change link to e05b29
-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 2ef8e6e..8f2dfac 100644 --- a/blog/themes/typo/phokus_else/stylesheets/phokus.css +++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css @@ -108,7 +108,7 @@ h6 { }
a {
border-bottom: 1px solid #f8cd89;
- color: #0a78cb;
+ color: #e05b29;
text-decoration: none;
}
a:hover {
@@ -218,7 +218,7 @@ h2 { .meta,
.meta.alt {
background: #f9dbab url(../../images/theme/meta-top_else.png) no-repeat;
- color: #0a78cb;
+ color: #e05b29;
font-size: .9em;
margin: 0 0 15px -25px;
padding: 10px 25px 10px 25px;
|