Skip to content

Commit

Permalink
chore: keep the label value color the same for links on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Sep 11, 2024
1 parent 9aa3a5a commit d28bd67
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
font-weight: 400;
line-height: 18px;
letter-spacing: -0.005em;
color: var(--text-vanilla-400);
&,
&:hover {
color: var(--text-vanilla-400);
}
}
&__key {
background: var(--bg-ink-400);
Expand Down

0 comments on commit d28bd67

Please sign in to comment.