Skip to content

Commit 3940964

Browse files
authored
Fixed Nav, search, and some styling issues for the docs (#1363)
1 parent a4f7907 commit 3940964

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/extra/style.css

+15-9
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,26 @@ h1 {
6262
.jp-Notebook {
6363
display: flex !important;
6464
flex-direction: column !important;
65-
gap: 1em;
6665
}
6766
.md-header {
68-
background: rgba(255, 255, 255, 0.1) !important;
67+
background: black !important;
6968
color: white !important;
70-
backdrop-filter: blur(100px) !important;
71-
-webkit-backdrop-filter: blur(100px) !important;
72-
width: 70% !important;
73-
margin: auto !important;
74-
border-radius: 10px !important;
75-
padding-inline: 1em !important;
7669
}
7770
.jp-MarkdownOutput {
7871
color: white !important;
7972
text-align: start !important;
8073
width: 100% !important;
81-
}
74+
}
75+
.md-nav--primary,
76+
.md-nav--primary .md-nav {
77+
background: black !important;
78+
}
79+
.md-nav--primary .md-nav__title ~ .md-nav__list {
80+
background: black !important;
81+
}
82+
.md-typeset a {
83+
color: rgb(254 240 138);
84+
}
85+
.md-sidebar {
86+
border-right: #dddddd6b 0.5px solid;
87+
}

0 commit comments

Comments
 (0)