mirror of
https://github.com/lumehq/lume.git
synced 2025-04-06 19:08:17 +02:00
feature: make scrollbar nicer
This commit is contained in:
parent
1be84f3139
commit
f72eb456e8
@ -1,6 +1,18 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind components;
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
@apply w-[5px];
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
@apply bg-white dark:bg-black;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
@apply bg-black dark:bg-white rounded;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user