mirror of
https://github.com/earthjasonlin/star-rail-warp-export.git
synced 2025-07-07 14:40:16 +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;
|
|
}
|
|
} |