1
0
forked from noxious/client

Cleanup styling, added global styling

This commit is contained in:
2024-06-04 20:31:27 +02:00
parent 398be02486
commit 3257a3511a
5 changed files with 27 additions and 52 deletions

View File

@ -25,6 +25,7 @@ h4,
h5,
h6 {
font-family: GentiumPlus, serif;
color: $white;
}
p,
@ -34,6 +35,24 @@ a,
button,
label {
font-family: Arial, sans-serif;
color: $white;
}
button, input {
border: none;
background-color: transparent;
}
button {
text-align: center;
&.btn-purple {
background-color: rgba($purple, 0.75);
border: rgba($white, 0.35) 1px solid;
&:hover {
background-color: rgba($lilac, 0.75);
}
}
}
button:hover {