Skip to content

Commit

Permalink
Popup black version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille authored and gbp committed Oct 9, 2024
1 parent c42819c commit c246e84
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/assets/stylesheets/responsive/_popups_style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.popup {
background-color: #D1F2CB;
border: 1px solid darken(#D1F2CB, 15%);
background-color: #333;
color: #FFF;

a, a:hover, a:active, a:focus, a:visited,
a:visited:hover,
a:visited:active,
a:visited:focus {
color: #FFF;
}
}

.popup__close {
Expand Down

0 comments on commit c246e84

Please sign in to comment.