Skip to content

Commit

Permalink
fix(links): avoid colored anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 2, 2023
1 parent 5db9e51 commit 04e59e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
h6 {
a:link,
a:visited {
color: var(--text-primary);
color: inherit !important;
text-decoration: none;
}

Expand Down Expand Up @@ -154,7 +154,7 @@
margin-top: 2rem;

a[href^="#"] {
color: inherit;
color: inherit !important;
position: relative;
text-decoration: none;

Expand Down

0 comments on commit 04e59e0

Please sign in to comment.