1
0
forked from noxious/client

Changed delete, added global styling

This commit is contained in:
2024-06-02 15:55:53 +02:00
parent a478a02530
commit bc7d83345f
6 changed files with 44 additions and 21 deletions

View File

@ -4,7 +4,7 @@ $black: #000;
$purple: #4741e6;
$lilac: #7b76ff;
$light-blue: #00c2ff;
$red: #ff0000;
$red: #d50000;
$gray: #7f7f7f;
$gray-2: #696969;
$dark-gray: #454545;

View File

@ -84,7 +84,6 @@
&:hover {
background-color: rgba($lilac, 0.75);
cursor: pointer;
}
}
}
@ -107,7 +106,6 @@ p,
a,
li,
label {
font-family: Arial, sans-serif;
color: $white;
}

View File

@ -27,6 +27,19 @@ h6 {
font-family: GentiumPlus, serif;
}
p,
span,
li,
a,
button,
label {
font-family: Arial, sans-serif;
}
button:hover {
cursor: pointer;
}
::-webkit-scrollbar {
display: none;
}