Skip to content

Commit

Permalink
Merge pull request #125 from mischulz14/fix_hover_text_in_share_link
Browse files Browse the repository at this point in the history
fix(ui/ux): hover text on share link
  • Loading branch information
verhovsky authored May 22, 2024
2 parents cf6c5bb + 1ef02c4 commit cee07cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/css/dark.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ html.dark {
}
}

.share:hover a {
color: $text;
}

button, select {
color: $text;
}
Expand Down

0 comments on commit cee07cf

Please sign in to comment.