Skip to content

Commit

Permalink
[Docs] Fix CSS preventing page titles appearing in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII committed Oct 3, 2024
1 parent ff76590 commit d12b2fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#

<style>
.md-typeset h1,
.md-content__button {
display: none;
}
</style>

<center>
![Logo](assets/logo-full.png)

Expand Down
4 changes: 4 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d12b2fc

Please sign in to comment.