Skip to content

Commit

Permalink
Fix color of info tooltip on artworks [WEB-2935]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-dev-trev committed Oct 8, 2024
1 parent 8905abc commit 8260aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/scss/molecules/_m-info-trigger.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
padding: 12px 16px 16px;
border: 0 none;
border-radius: $border-radius;
color: $color__white;
background-color: rgba($color__black, .7);
transition: opacity .15s;
overflow: hidden;
Expand Down

0 comments on commit 8260aa3

Please sign in to comment.