Skip to content

Commit

Permalink
adjust CSS for toc title
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 23, 2024
1 parent 9695813 commit dbdd5b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ th {
display: none;
}

.md-header,
.md-nav--primary .md-nav__title[for="__drawer"] {
.md-header {
background-color: #4051b5;
}

@media screen and (max-width: 76.2344em) {
.md-nav--primary .md-nav__title[for="__drawer"] {
background-color: #4051b5;
}
}

@keyframes heart {

0%,
Expand Down

0 comments on commit dbdd5b1

Please sign in to comment.