Files
star-rail-warp-export/src/renderer/index.css
2023-05-01 15:52:32 +08:00

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;
}
}