action 页面同步

This commit is contained in:
lutinglt
2025-06-30 00:11:27 +08:00
parent 3d34619d79
commit 33fbac3c45
14 changed files with 337 additions and 326 deletions

View File

@@ -1,12 +1,12 @@
import { css, themeVars } from "src";
export const diff = css`
/* 间隔行多余的颜色 */
/* 折叠行多余的颜色 */
.tag-code {
background-color: unset;
/* 折叠行文本 */
.code-inner {
color: ${themeVars.github.fgColor.neutral};
color: ${themeVars.github.fgColor.muted};
}
}
/* 增加/删除行多余的颜色 */