60 lines
1.1 KiB
SCSS
60 lines
1.1 KiB
SCSS
@charset "UTF-8";
|
|
|
|
@font-face {
|
|
font-family: monocraft;
|
|
src: url("monocraft.ttf");
|
|
}
|
|
|
|
html * {
|
|
font-family: monocraft, monospace !important;
|
|
scrollbar-color: hsla(232, 97%, 85%, 0.5) hsla(240, 21.05%, 14.9%, 0.7) !important;
|
|
scrollbar-width: thin !important;
|
|
scroll-behavior: smooth !important;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.textarea {
|
|
-ms-overflow-style: none !important;
|
|
scrollbar-width: none !important;
|
|
}
|
|
|
|
.textarea::-webkit-scrollbar {
|
|
display: none !important;
|
|
}
|
|
|
|
.box {
|
|
backdrop-filter: blur(4px) !important;
|
|
}
|
|
|
|
.card {
|
|
backdrop-filter: blur(4px) !important;
|
|
}
|
|
|
|
.input,
|
|
.select select,
|
|
.textarea {
|
|
backdrop-filter: blur(4px);
|
|
background-color: white, 0.213125 !important;
|
|
border-color: white !important;
|
|
}
|
|
|
|
a.navbar-item,
|
|
a.navbar-item:hover {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
::-moz-selection {
|
|
background: hsla(232, 97%, 85%, 0.4125) !important;
|
|
}
|
|
|
|
::selection {
|
|
background: hsla(232, 97%, 85%, 0.4125) !important;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline !important;
|
|
filter: url("post.bloom.svg#process") !important;
|
|
} |