forked from noxious/client
Changed delete, added global styling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user