Style change and refactor

This commit is contained in:
Jesse Malotaux 2025-04-11 13:55:18 +02:00
parent 434f917fb2
commit e2dbf13060
6 changed files with 108 additions and 100 deletions

View file

@ -0,0 +1,23 @@
::-webkit-scrollbar {
@apply w-2;
}
::-moz-scrollbar {
@apply w-2;
}
::-webkit-scrollbar-thumb {
@apply rounded bg-slate-400/80;
}
::-moz-scrollbar-thumb {
@apply rounded bg-slate-400/80;
}
::-webkit-scrollbar-track {
@apply mr-1 rounded bg-slate-100/10;
}
::-moz-scrollbar-track {
@apply mr-1 rounded bg-slate-100/10;
}