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 c518d30 commit 902661bCopy full SHA for 902661b
pages/templates/material/styles/main.css
@@ -59,25 +59,25 @@ body {
59
60
button,
61
a {
62
- color: var(--highlight-dark);
+ color: var(--highlight-light);
63
cursor: pointer;
64
}
65
66
button:hover,
67
button:focus,
68
a:hover,
69
a:focus {
70
- color: var(--highlight-light);
+ color: var(--highlight-dark);
71
text-decoration: none;
72
73
74
.toc .nav > li.active > a {
75
76
77
78
.toc .nav > li.active > a:hover,
79
.toc .nav > li.active > a:focus {
80
81
82
83
.pagination > .active > a {
0 commit comments