OpenRewind/pages/settings/index.css

19 lines
312 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;
}