Skip to content

Commit

Permalink
Fix color issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOnePers0n authored Nov 14, 2024
1 parent ec63c88 commit 603a152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ button {
background-color: rgba(0, 0, 0, 0.2);
margin: 12px;
transition: 0.5s;
color: white;
}

button:hover {
Expand All @@ -208,4 +209,4 @@ footer {
a{
text-decoration: none;
color: white;
}
}

0 comments on commit 603a152

Please sign in to comment.