This commit is contained in:
IndieKKY
2023-05-17 16:37:56 +08:00
commit 858f83a45c
59 changed files with 8855 additions and 0 deletions

28
src/index.less Normal file
View File

@@ -0,0 +1,28 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-size: 16px;
}
body {
font-size: 100%;
}
#bilibili-subtitle {
font-family: PingFang SC, HarmonyOS_Regular, Helvetica Neue, Microsoft YaHei, sans-serif;
font-size: 16px;
text-align: left;
}
.desc {
@apply text-base-content/80;
}
.desc-lighter {
@apply text-base-content/60;
}
.flex-center {
@apply flex items-center;
}