diff --git a/docs/_static/extra.css b/docs/_static/extra.css
index f9a40ace..1d7f3b0b 100644
--- a/docs/_static/extra.css
+++ b/docs/_static/extra.css
@@ -271,10 +271,19 @@ nav {
}
.navbar .github-corner {
+ display: none;
+}
+
+.navbar .github-corner svg {
+ fill: #fff;
+ color: #080808;
position: absolute;
top: -1px;
- left: 0;
- display: none;
+ right: 0;
+ border: 0;
+ width: 50px;
+ height: 50px;
+ transform: scale(1, 1);
}
@media screen and (min-width: 992px) {
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
index 327ce066..6c39a60e 100644
--- a/docs/_templates/footer.html
+++ b/docs/_templates/footer.html
@@ -4,7 +4,7 @@