modernize website

This commit is contained in:
2023-07-26 17:37:51 +02:00
parent 49555211a7
commit 8fc62c8265
15 changed files with 120 additions and 175 deletions

View File

@@ -85,7 +85,7 @@ body {
/* Buttons */
.button {
display: inline-block;
background-color: rgba(0, 128, 0, 1);
background-color: rgb(0, 128, 0);
text-decoration: none;
color: white;
font-size: 1.2rem;
@@ -95,6 +95,12 @@ body {
padding-top: 15px;
padding-bottom: 15px;
border-radius: 50px;
transition: all 0.5s;
}
.button:hover {
background-color: rgb(2, 88, 2);
border-radius: 5px;
}