Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmium1 authored May 5, 2024
1 parent effdce2 commit 1444a9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ body {
color: blue;
}

#growscript-link {
background-color: red;
color: black;
padding: 10px 20px;
border-radius: 5px;
font-size: 18px;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}

#growscript-link:hover {
background-color: orange;
color: black;
}

#shadowBox {
background-color: rgb(0, 0, 0);
/* Fallback color */
Expand Down

0 comments on commit 1444a9a

Please sign in to comment.