feat: change scrollbar colors

This commit is contained in:
dusk 2024-09-26 03:48:34 +03:00
parent f02cd97626
commit ac7f726d88
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,7 @@
</defs>
</svg>
<div class="md:h-[96vh] pb-[8vh] lg:px-[4vw] 2xl:px-[8vw] lg:py-[5.5vh] overflow-x-hidden">
<div class="md:h-[96vh] pb-[8vh] lg:px-[4vw] 2xl:px-[8vw] lg:py-[5.5vh] overflow-x-hidden [scrollbar-gutter:stable]">
<slot />
</div>

View File

@ -9,6 +9,7 @@
@apply font-sans-serif bg-ralsei-black text-ralsei-white;
@apply prose-code:font-monospace prose-headings:font-monospace;
cursor: url('/icons/gaze_closed.png'), default;
scrollbar-color: theme(colors.ralsei.green.dark) transparent;
}
.prose h1::before {