Weilbyte
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
discordDark.css
|
|
@ -367,3 +367,12 @@ |
|
|
|
color: #7289da; |
|
|
|
} |
|
|
|
|
|
|
|
/* Hide ugly scrollbars */ |
|
|
|
html { |
|
|
|
overflow: scroll; |
|
|
|
overflow-x: hidden; |
|
|
|
} |
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 0px; /* remove scrollbar space */ |
|
|
|
background: transparent; /* optional: just make scrollbar invisible */ |
|
|
|
} |
|
|
|