We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8c542 commit 1d08093Copy full SHA for 1d08093
_static/styles.css
@@ -18,10 +18,23 @@
18
color: white;
19
}
20
21
-/* indicate the version in the selector by color */
+/* indicate the version by color */
22
+/* version selector */
23
.bd-sidebar .rst-versions.rst-badge .rst-current-version,
24
.bd-sidebar .rst-versions.rst-badge .rst-current-version:hover,
25
.bd-sidebar .rst-versions.rst-badge .rst-current-version .fa {
26
background-color: {{color}};
27
28
29
+/* top nav bar */
30
+@media (max-width: 768px) {
31
+ .header-article,
32
+ .headerbtn {
33
+ background-color: {{color}};
34
+ color: white !important;
35
+ }
36
+ .menu-dropdown__content .headerbtn {
37
+ background-color: white;
38
+ color: rgb(90, 90, 90) !important;
39
40
+}
0 commit comments