Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

fix About page styling #115

Merged
merged 3 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ theme:
- navigation.footer
- content.tabs.link
- search.suggest
icon:
repo: fontawesome/brands/github
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/footer.css
Expand Down
9 changes: 1 addition & 8 deletions overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ table.example {
filter: grayscale(1) brightness(0);
}

.md-nav--primary .md-nav__title {
.md-nav--primary .md-nav__title[for="__drawer"] {
height: 7rem;
white-space: normal;
line-height: 1.5rem;
Expand Down Expand Up @@ -350,13 +350,6 @@ table.example {
margin: 0px 15px 0px 15px;
}

/* neutral nav header */
.md-nav__item > .md-nav__link.md-nav__container {
background-color: unset !important;
box-shadow: 0px 0px 2px 2px #efefef !important;
position: relative !important;
}

/* bold nav heading */
.md-sidebar__inner
> .md-nav.md-nav--primary.md-nav--lifted.md-nav--integrated
Expand Down