OpenRewind/pages/settings/index.css
2024-12-29 22:35:25 +08:00

20 lines
296 B
CSS

#root {
overflow: hidden;
user-select: none;
}
#settings-note a {
@apply text-blue-700 dark:text-[#66ccff];
}
.text-weaken {
@apply text-gray-700 dark:text-gray-300;
}
#settings-scroll-container::-webkit-scrollbar {
display: none;
}
#settings-scroll-container {
scrollbar-width: none;
}