mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-09-01 07:10:08 +08:00
16 lines
271 B
CSS
16 lines
271 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--el-font-size-base: 12px !important;
|
|
}
|
|
body::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
body::-webkit-scrollbar-thumb {
|
|
@apply rounded-full bg-gray-300;
|
|
}
|
|
} |