fix scrollbar

This commit is contained in:
rafapaezbas
2024-01-17 16:01:26 +01:00
parent 54d1383e77
commit 3ad2f72142

View File

@@ -24,7 +24,18 @@
transition: background-color .4s, color .4s;
}
html, body { overflow: scroll; }
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-track {
background: #151517;
}
::-webkit-scrollbar-thumb {
background: #727272;
}
html.light body {
background: #efeaea;