Skip to content

Commit

Permalink
Yippee I think
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuy541 authored Sep 19, 2024
1 parent 7b36514 commit 310b212
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,16 @@ h2 {
text-decoration: none;
font-size: 1em;
color: white;
background: #4169e1;
transition: background-color 0.3s ease;
}

.button-85:hover {
background: #1e90ff;
.button:hover {
opacity: 0.8;
}
.usualbutton {

background: #4169e1;
}
.redbutton {
background: #de0a26;
}

0 comments on commit 310b212

Please sign in to comment.