1
0
forked from noxious/client

Optimized and cleaned up more scss

This commit is contained in:
2024-06-04 21:27:17 +02:00
parent 3257a3511a
commit 4f96fb5824
7 changed files with 75 additions and 85 deletions

View File

@ -18,22 +18,12 @@ body {
user-select: none; /* Standard syntax */
}
h1,
h2,
h3,
h4,
h5,
h6 {
h1, h2, h3, h4, h5, h6 {
font-family: GentiumPlus, serif;
color: $white;
}
p,
span,
li,
a,
button,
label {
p, span, li, a, button, label {
font-family: Arial, sans-serif;
color: $white;
}
@ -45,20 +35,21 @@ button, input {
button {
text-align: center;
&.btn-purple {
background-color: rgba($purple, 0.75);
border: rgba($white, 0.35) 1px solid;
border: 1px solid rgba($white, 0.35);
&:hover {
background-color: rgba($lilac, 0.75);
}
}
}
button:hover {
cursor: pointer;
&:hover {
cursor: pointer;
}
}
::-webkit-scrollbar {
display: none;
}
}