Skip to content

Commit

Permalink
Merge pull request #178 from ChtiJS/feat/accessibility
Browse files Browse the repository at this point in the history
Feat/accessibility
  • Loading branch information
nfroidure authored Dec 22, 2023
2 parents b659e3c + 3909b69 commit 8e75446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/a.module.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.root,
.root:visited {
color: var(--senary);
font-weight: bold;
color: var(--primary);
transition: color 0.1s linear;
text-decoration: underline;
text-decoration: none;
font-weight: bold;
}
.root:hover,
.root:focus {
Expand Down

0 comments on commit 8e75446

Please sign in to comment.