1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

fix badge

This commit is contained in:
Lukas Winkler 2017-12-12 14:45:42 +01:00
parent b92b8c3fad
commit 7c9cc98496
2 changed files with 16 additions and 6 deletions

View file

@ -56,6 +56,14 @@ body, html {
height: 40px; height: 40px;
display: block; } display: block; }
.github-corner svg {
fill: #ffcc00;
color: #003399;
position: absolute;
top: 0;
border: 0;
right: 0; }
.github-corner:hover .octo-arm { .github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out; } animation: octocat-wave 560ms ease-in-out; }

View file

@ -72,12 +72,14 @@ body, html {
} }
.github-corner { .github-corner {
fill: $famousYellow; svg {
color: $famousBlue; fill: $famousYellow;
position: absolute; color: $famousBlue;
top: 0; position: absolute;
border: 0; top: 0;
right: 0; border: 0;
right: 0;
}
&:hover .octo-arm { &:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out animation: octocat-wave 560ms ease-in-out
} }