diff --git a/docs/index.md b/docs/index.md index 0197108c6..5fec3a5c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,5 @@ # - -
![Logo](assets/logo-full.png) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 7285442a3..defbed952 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -25,6 +25,10 @@ --md-code-hl-comment-color: #8b949e; } +.md-content h1, .md-content__button { + display: none; +} + table tr td code { white-space: pre; }