Skip to content

Commit

Permalink
feat: change article navigation div hover color to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 9, 2024
1 parent 0c3b934 commit 2129977
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/css/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,12 @@

a {
text-decoration: none;
/* text-transform: uppercase; */
font-size: var(--guk-font-size-base);
color: var(--guk-color-neutral-500);
}

a:hover {
color: var(--guk-color-neutral-800);
color: var(--guk-color-primary-400);
}

&.btn-next {
Expand Down

0 comments on commit 2129977

Please sign in to comment.