1
0
forked from noxious/client

Adjustments button styling and login screen

This commit is contained in:
2024-06-10 21:23:50 +02:00
parent 58bff2010f
commit 6aa8853aa9
2 changed files with 10 additions and 10 deletions

View File

@ -18,6 +18,7 @@ body {
h1, h2, h3, h4, h5, h6, button, a {
font-family: "Poppins", serif;
color: $white;
font-weight: 500;
}
p, span, li, label {
@ -45,6 +46,7 @@ button {
background-color: rgba($cyan, 0.5);
border: 1px solid $white;
border-radius: 5px;
text-shadow: 0 3px 6px rgba($black, 0.2);
&:hover {
background-color: $cyan;