Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jun 16, 2020
1 parent 393a1ec commit f251fad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

}

.md-header-nav__button.md-logo {
padding-top: 0.3em;
padding-bottom: 0.3em;
}

.md-header-nav__button.md-logo img {
height: 32px;
}

.md-sidebar__inner .md-nav__button.md-logo img {
height: 34px;
width: 35px;
margin-bottom: 0.2em;
}

button[data-md-color-primary=grey] {
background-color: var(--bg);
}
Expand Down

0 comments on commit f251fad

Please sign in to comment.