亮色主题适配

This commit is contained in:
lutinglt
2025-08-07 18:26:21 +08:00
parent 0a6770c28e
commit 065d7893d8
8 changed files with 19 additions and 28 deletions

View File

@@ -29,11 +29,11 @@ export const diff = css`
}
/* 展开/收缩按钮 */
.code-expander-button {
height: 24px !important;
line-height: 24px;
height: 28px !important;
&:hover {
background: ${themeVars.github.bgColor.accent.emphasis};
color: ${themeVars.color.white}
}
}
/* 行号居中 */