fear: 优化站点配置

1. Nav 增加状态
2. 新增一个图标库
3. 优化文档描述
This commit is contained in:
Ad-closeNN
2025-08-09 14:35:49 +08:00
parent 7a423b467a
commit b31aea8e6e
6 changed files with 39 additions and 3 deletions
+4 -1
View File
@@ -19,8 +19,11 @@
}
}
/* https://github.com/afoim/fuwari/blob/main/src/styles/markdown.css */
a:not(.no-styling) {
@apply relative bg-none link font-medium text-[var(--primary)]
@apply relative bg-none transition rounded-md p-1 -m-1 font-medium text-[var(--primary)]
before:ease-out before:transition active:bg-none hover:before:bg-[var(--btn-plain-bg-hover)] active:before:bg-[var(--btn-plain-bg-active)] z-0
before:absolute before:rounded-[inherit] before:inset-0 before:scale-[0.85] hover:before:scale-100 before:-z-10
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;