summaryrefslogtreecommitdiff
path: root/blog/themes/typo/phokus_else/stylesheets
diff options
context:
space:
mode:
authorFlorent Neveu (Captain) <neveu.etna@gmail.com>2006-09-18 23:50:55 +0200
committerCaptain <neveu.etna@gmail.com>2006-09-18 23:50:55 +0200
commita60ccdcd8fe8735f9f972aae73ae1476a8c1412b (patch)
tree0a7fe949f7c3c1b4960500f9574e040ab6532a82 /blog/themes/typo/phokus_else/stylesheets
parentmodify lb-top (diff)
downloadweb-a60ccdcd8fe8735f9f972aae73ae1476a8c1412b.tar.xz
change color of lb-top lb-bottom text to black
Diffstat (limited to 'blog/themes/typo/phokus_else/stylesheets')
-rw-r--r--blog/themes/typo/phokus_else/stylesheets/phokus.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/themes/typo/phokus_else/stylesheets/phokus.css b/blog/themes/typo/phokus_else/stylesheets/phokus.css
index be555dd..98e978a 100644
--- a/blog/themes/typo/phokus_else/stylesheets/phokus.css
+++ b/blog/themes/typo/phokus_else/stylesheets/phokus.css
@@ -345,7 +345,7 @@ a.comment-link:hover {
}
.frm-tbl label {
background: url(../../images/theme/lb-bottom_else.png) no-repeat 100% 100%;
- color: #fff;
+ color: #000;
display: block;
font-size: .9em;
font-weight: bold;
@@ -377,7 +377,7 @@ a.comment-link:hover {
#form-submit-button {
background: #0a78cb url(../../images/theme/lb-top_else.png) no-repeat 0 -2px;
border: 2px solid #0a78cb;
- color: #fff;
+ color: #000;
font-weight: bold;
padding: 3px;
}
@@ -628,7 +628,7 @@ a.comment-link:hover {
.author-details div a:hover {
background: #0a78cb url(../../images/theme/lb-top_else.png) no-repeat 0 -2px;
border: 2px solid #0a78cb;
- color: #fff;
+ color: #000;
font-weight: bold;
padding: 3px 8px;
margin: 0 0 0 5px;