removed that annoying rollover on diaspora text
This commit is contained in:
parent
4e996f8412
commit
41b3117a41
2 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -90,6 +90,10 @@ header
|
|||
a
|
||||
:color #666
|
||||
|
||||
a:hover
|
||||
:color #fff
|
||||
:background none
|
||||
|
||||
span.sub_text
|
||||
:text
|
||||
:shadow none
|
||||
|
|
|
|||
Loading…
Reference in a new issue