Skip to content

Commit

Permalink
Fix #3404 - Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Oct 24, 2023
1 parent c518d30 commit 902661b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/templates/material/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@ body {

button,
a {
color: var(--highlight-dark);
color: var(--highlight-light);
cursor: pointer;
}

button:hover,
button:focus,
a:hover,
a:focus {
color: var(--highlight-light);
color: var(--highlight-dark);
text-decoration: none;
}

.toc .nav > li.active > a {
color: var(--highlight-dark);
color: var(--highlight-light);
}

.toc .nav > li.active > a:hover,
.toc .nav > li.active > a:focus {
color: var(--highlight-light);
color: var(--highlight-dark);
}

.pagination > .active > a {
Expand Down

0 comments on commit 902661b

Please sign in to comment.