diff --git a/stylesheets/extra.css b/stylesheets/extra.css index 7ff31f3b2..8a94d02bb 100644 --- a/stylesheets/extra.css +++ b/stylesheets/extra.css @@ -4,6 +4,11 @@ --md-footer-bg-color--dark: hsla(232, 54%, 41%, 1); } +/* Remove top right version*/ +.md-source__fact--version { + display: none; +} + /*Change footnotes font size */ .md-typeset .footnote { font-size: 12px;