Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
styles/buttons: Keep text color in hover, active and visited states
  • Loading branch information
Turbo87 committed Apr 27, 2023
commit e5d3b47180173c9ba7303ab1d76968177d61f4c3
4 changes: 4 additions & 0 deletions app/styles/shared/buttons.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
background: linear-gradient(to bottom, var(--bg-color-top) 0%, var(--bg-color-bottom) 100%);
cursor: pointer;

&:hover, &:active, &:visited {
color: var(--text-color);
}

img, svg {
float: left;
display: inline-block;
Expand Down