custom scrollbar

This commit is contained in:
ethan merchant 2024-11-03 01:40:38 -05:00
parent 4824d9d104
commit 0b6bb58195

View file

@ -56,7 +56,14 @@
text-wrap: balance; text-wrap: balance;
color: var(--col-01); color: var(--col-01);
} }
title, style, script { *::-webkit-scrollbar {
background-color: #80808000;
width: 5px;
height: 8px;
}
*::-webkit-scrollbar-thumb {
background: #ccc;
}
display: none; display: none;
} }
body { body {