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{
|
&:hover{
|
||||||
background:#528995; text-decoration:underline;
|
background:#528995; text-decoration:underline;
|
||||||
|
/*
|
||||||
|
Prettier with outline, but has issues with zoom levels...
|
||||||
>.fa-heart {
|
>.fa-heart {
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
>.fa-heart {
|
>.fa-heart {
|
||||||
|
@ -310,6 +312,10 @@
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
>.fa-heart {
|
||||||
|
color: $c-Brand-1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.selected, &:active{background:#528995; text-decoration:underline}
|
&.selected, &:active{background:#528995; text-decoration:underline}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<li>
|
<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>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue