Skip to content

Commit

Permalink
Fixed Nav, search, and some styling issues for the docs (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelk9895 authored Sep 25, 2024
1 parent a4f7907 commit 3940964
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions docs/extra/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,26 @@ h1 {
.jp-Notebook {
display: flex !important;
flex-direction: column !important;
gap: 1em;
}
.md-header {
background: rgba(255, 255, 255, 0.1) !important;
background: black !important;
color: white !important;
backdrop-filter: blur(100px) !important;
-webkit-backdrop-filter: blur(100px) !important;
width: 70% !important;
margin: auto !important;
border-radius: 10px !important;
padding-inline: 1em !important;
}
.jp-MarkdownOutput {
color: white !important;
text-align: start !important;
width: 100% !important;
}
}
.md-nav--primary,
.md-nav--primary .md-nav {
background: black !important;
}
.md-nav--primary .md-nav__title ~ .md-nav__list {
background: black !important;
}
.md-typeset a {
color: rgb(254 240 138);
}
.md-sidebar {
border-right: #dddddd6b 0.5px solid;
}

0 comments on commit 3940964

Please sign in to comment.