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

@ -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;
}