From c8c709e5180f032402585199ee7473aefc31e412 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 27 Jan 2018 20:37:03 -0800 Subject: [PATCH] fix github corner color --- bootstrap/src/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bootstrap/src/main.css b/bootstrap/src/main.css index d7d0ec1..7847290 100644 --- a/bootstrap/src/main.css +++ b/bootstrap/src/main.css @@ -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}}