Compare commits

..

No commits in common. "e615547317ba44480d6e998e6a2b3f56960d012d" and "6ceb297a52bfe459591f9577c8b272292f3fa090" have entirely different histories.

View File

@ -206,44 +206,8 @@ @layer base {
body {
@apply bg-background text-foreground;
}
html {
@apply font-sans;
}
* {
scrollbar-width: thin;
scrollbar-color: oklch(0.8 0 0) transparent;
}
*::-webkit-scrollbar {
width: 6px;
height: 6px;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: oklch(0.8 0 0);
border-radius: 3px;
}
*::-webkit-scrollbar-thumb:hover {
background-color: oklch(0.65 0 0);
}
.dark * {
scrollbar-color: oklch(0.35 0 0) transparent;
}
.dark *::-webkit-scrollbar-thumb {
background-color: oklch(0.35 0 0);
}
.dark *::-webkit-scrollbar-thumb:hover {
background-color: oklch(0.45 0 0);
html {
@apply font-sans;
}
}