Skip to content

Commit eb946f6

Browse files
Improved contrasts for top nav bar
1 parent 7781a54 commit eb946f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

overrides/assets/stylesheets/additional.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap");
22
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
33

4+
:root > * {
5+
--md-primary-fg-color: #1B58A4;
6+
--md-primary-fg-color--light: #4892ec;
7+
--md-primary-fg-color--dark: #1B58A4;
8+
}
9+
410
h1,
511
h2,
612
h3,
@@ -106,7 +112,7 @@ body[data-md-color-scheme="slate"] .show-dark-mode {
106112

107113
/* Fix navigation tabs contrast */
108114
.md-tabs__link {
109-
color: #000000 !important;
115+
color: #ffffff !important;
110116
}
111117

112118
/* Fix active navigation link */

0 commit comments

Comments
 (0)