Skip to content

Commit

Permalink
fix body background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawhaat committed Aug 1, 2023
1 parent d6b2059 commit a2a148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
border-radius: .5rem;
}
body{
background-color: rgb(87, 34, 113) !important;
background-color: hsl(275, 50%, 45%) !important;
}
link{
color: hsl(282, 54%, 36%);
Expand Down

0 comments on commit a2a148d

Please sign in to comment.