Skip to content

Commit

Permalink
fix: remove link underlines (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen authored Jan 25, 2025
1 parent 89796bd commit 0b354f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentation/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
--ifm-color-primary: var(--constant-black);
--ifm-footer-link-color: var(--text-standard);
--ifm-navbar-link-hover-color: var(--text-subtle);
--ifm-link-decoration: underline;
--ifm-link-color: var(--green-for-lightbg);
--ifm-link-color: var(--green-for-lightbg);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down Expand Up @@ -225,4 +224,4 @@ html {

.pill-button p {
margin: 0;
}
}

0 comments on commit 0b354f4

Please sign in to comment.