[Docs] Fix CSS preventing page titles appearing in search results (#2254)

pull/2301/head
YozoraXCII 2 months ago committed by GitHub
parent ff7659089a
commit 726b0d7a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,12 +1,5 @@
#
<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>
<center>
![Logo](assets/logo-full.png)

@ -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;
}

Loading…
Cancel
Save