14.05.2026 rip

This commit is contained in:
2026-05-14 20:23:13 +03:00
parent 2d58658420
commit 43cd51aa13

View File

@@ -5,8 +5,28 @@ body {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scrollbar-color: var(--grad-center) var(--bg-mid);
scrollbar-width: thin;
}
#root {
min-height: 100vh;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: var(--bg-mid);
}
::-webkit-scrollbar-thumb {
background: var(--grad-center);
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--highlight);
}