mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Remove inner heart on supporter link, has zoom issues
This commit is contained in:
parent
86cc58af2d
commit
023f03af15
2 changed files with 7 additions and 1 deletions
|
@ -299,6 +299,8 @@
|
|||
|
||||
&:hover{
|
||||
background:#528995; text-decoration:underline;
|
||||
/*
|
||||
Prettier with outline, but has issues with zoom levels...
|
||||
>.fa-heart {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
>.fa-heart {
|
||||
|
@ -310,6 +312,10 @@
|
|||
display: inline;
|
||||
}
|
||||
}
|
||||
*/
|
||||
>.fa-heart {
|
||||
color: $c-Brand-1;
|
||||
}
|
||||
}
|
||||
&.selected, &:active{background:#528995; text-decoration:underline}
|
||||
}
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
<% end %>
|
||||
<% else %>
|
||||
<li>
|
||||
<a href="/supporter">Support Us<i class="fa fa-heart"><i class="fa fa-heart"></i></i></a>
|
||||
<a href="/supporter">Support Us<i class="fa fa-heart"></i></i></a>
|
||||
</li>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue