Skip to content

Commit

Permalink
Merge pull request #761 from SaranshBangar/cards
Browse files Browse the repository at this point in the history
Changed "Bringing happiness to you" card text colour on hover
  • Loading branch information
sunny0625 authored Jun 1, 2024
2 parents 14982d2 + 0287740 commit ae9c628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
.navbar a {
text-decoration: none;
color: white;
font-size: 1.3rem;z
font-size: 1.3rem;
}

.transparent-image {
Expand Down Expand Up @@ -266,6 +266,7 @@ body {

.service .box a:hover {
background-color: brown;
color: hsla(40, 12%, 5%, 1);
}

.menu_container {
Expand Down

0 comments on commit ae9c628

Please sign in to comment.