Skip to content

Commit

Permalink
Merge pull request #74 from marpo60/fix_colors
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
santib authored Apr 24, 2024
2 parents a366439 + 64a8ba2 commit 47e83b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/meetups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
overflow: hidden;

&:hover {
background-color: rgb(57, 126, 120, 0.5);
background-color: rgba(57, 126, 120, 0.5);
}

@media (max-width: 425px) {
Expand Down
2 changes: 1 addition & 1 deletion _sass/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nav {
width: 100%;

&:hover {
background-color: rgb(57, 126, 120, 0.5);
background-color: rgba(57, 126, 120, 0.5);
}
}

Expand Down

0 comments on commit 47e83b9

Please sign in to comment.