Skip to content

Commit e5d3b47

Browse files
committed
styles/buttons: Keep text color in hover, active and visited states
1 parent 62bc95c commit e5d3b47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/shared/buttons.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
background: linear-gradient(to bottom, var(--bg-color-top) 0%, var(--bg-color-bottom) 100%);
3434
cursor: pointer;
3535

36+
&:hover, &:active, &:visited {
37+
color: var(--text-color);
38+
}
39+
3640
img, svg {
3741
float: left;
3842
display: inline-block;

0 commit comments

Comments
 (0)