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

Commit

Permalink
fix About page styling (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 authored Aug 26, 2024
1 parent 6aa707b commit c4f3380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
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

0 comments on commit c4f3380

Please sign in to comment.