78 lines
1.4 KiB
CSS
78 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: freemono;
|
|
src: url("freemono.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: monocraft;
|
|
src: url("monocraft.ttf");
|
|
}
|
|
html * {
|
|
font-family: freemono, 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: rgba(245, 194, 231, 0.2509803922) !important;
|
|
}
|
|
|
|
::selection {
|
|
background: rgba(245, 194, 231, 0.2509803922) !important;
|
|
}
|
|
|
|
a {
|
|
color: #f5c2e7 !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline !important;
|
|
filter: url("post.bloom.svg#process") !important;
|
|
}
|
|
|
|
button {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
color: white !important;
|
|
}
|
|
|
|
button:hover {
|
|
text-decoration: underline !important;
|
|
filter: url("post.bloom.svg#process") !important;
|
|
}
|