removed that annoying rollover on diaspora text

This commit is contained in:
danielvincent 2010-08-23 15:13:27 -07:00
parent 4e996f8412
commit 41b3117a41
2 changed files with 7 additions and 0 deletions

View file

@ -80,6 +80,9 @@ header {
text-shadow: 0 2px 0 black; }
header #diaspora_text a {
color: #666666; }
header #diaspora_text a:hover {
color: white;
background: none; }
header #diaspora_text span.sub_text {
text-shadow: none; }
header #session_action {

View file

@ -90,6 +90,10 @@ header
a
:color #666
a:hover
:color #fff
:background none
span.sub_text
:text
:shadow none