fix github corner color
This commit is contained in:
parent
44426d21c3
commit
c8c709e518
@ -21,5 +21,13 @@ h1 small, h2 small {
|
||||
margin: -5rem 0 0;
|
||||
}
|
||||
|
||||
.github-corner svg{fill:#636c72; color:#fff; position: absolute; top: 3.4rem; border: 0; right: 0;}
|
||||
.github-corner svg{
|
||||
border: 0;
|
||||
color: #fff;
|
||||
fill: #6c757d;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 3.4rem;
|
||||
}
|
||||
|
||||
.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
|
||||
|
Loading…
Reference in New Issue
Block a user