🐛 fix scrollbar
🔥 rm disclaimer in footer
This commit is contained in:
13
main.scss
13
main.scss
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: monocraft;
|
||||
src: url("monocraft.ttf");
|
||||
@@ -5,6 +7,17 @@
|
||||
|
||||
html * {
|
||||
font-family: monocraft, monospace !important;
|
||||
scrollbar-color: hsla(232, 97%, 85%, 0.5) hsla(240, 21.05%, 14.9%, 0.7);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
-ms-overflow-style: none !important;
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
|
||||
.textarea::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.box {
|
||||
|
||||
Reference in New Issue
Block a user