Skip to content

Commit d1a4a9a

Browse files
committed
🎨 Style dropdowns
1 parent a8a8c5a commit d1a4a9a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/_sources/_static/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/* docs version dropdown: top bar */
2+
.brand > select {
3+
background: transparent;
4+
border: none;
5+
color: var(--color-header-text);
6+
}
7+
8+
/* docs version dropdown: side bar */
9+
.sidebar-brand-text > select {
10+
background-color: transparent;
11+
border: none;
12+
color: var(--color-sidebar-link-text--top-level);
13+
text-decoration: underline;
14+
text-decoration-color: var(--color-link-underline);
15+
}
16+
117
.svg-flowchart > svg {
218
width: 100%;
319
height: auto;

0 commit comments

Comments
 (0)