We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a625f3a commit 79f7329Copy full SHA for 79f7329
web_src/css/base.css
@@ -245,6 +245,7 @@
245
--color-tooltip-bg: #000000f0;
246
--color-nav-bg: #ffffff;
247
--color-nav-hover-bg: #ebebeb;
248
+ --color-nav-text: var(--color-text);
249
--color-label-text: #232323;
250
--color-label-bg: #cacaca5b;
251
--color-label-hover-bg: #cacacaa0;
web_src/css/modules/navbar.css
@@ -34,6 +34,10 @@
34
justify-content: center;
35
}
36
37
+#navbar > .menu > .item {
38
+ color: var(--color-nav-text);
39
+}
40
+
41
#navbar .dropdown .item {
42
justify-content: stretch;
43
0 commit comments