Design Extended to button

This commit is contained in:
brausjonas
2023-05-24 01:05:04 +02:00
parent 702e3e8e4d
commit 12f5773930
3 changed files with 11 additions and 4 deletions
+6 -1
View File
@@ -82,6 +82,11 @@ Button
color: white;
}
.button:hover
{
filter: brightness(0.65);
}
.button:hover {
background-color: #585858;
}
@@ -396,7 +401,7 @@ Login
justify-content: space-evenly;
/*gap: 10px;*/
border-radius: 10px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.5);
width: 375px;
height: 350px;
}