Skip to content

Commit 902661b

Browse files
authored
Fix #3404 - Update main.css
1 parent c518d30 commit 902661b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/templates/material/styles/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@ body {
5959

6060
button,
6161
a {
62-
color: var(--highlight-dark);
62+
color: var(--highlight-light);
6363
cursor: pointer;
6464
}
6565

6666
button:hover,
6767
button:focus,
6868
a:hover,
6969
a:focus {
70-
color: var(--highlight-light);
70+
color: var(--highlight-dark);
7171
text-decoration: none;
7272
}
7373

7474
.toc .nav > li.active > a {
75-
color: var(--highlight-dark);
75+
color: var(--highlight-light);
7676
}
7777

7878
.toc .nav > li.active > a:hover,
7979
.toc .nav > li.active > a:focus {
80-
color: var(--highlight-light);
80+
color: var(--highlight-dark);
8181
}
8282

8383
.pagination > .active > a {

0 commit comments

Comments
 (0)