forked from noxious/client
Adjustments button styling and login screen
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user