优化顶部导航栏样式和颜色

This commit is contained in:
lutinglt
2025-09-21 09:02:11 +08:00
parent e1a65d12df
commit c5e4b50b9b
4 changed files with 26 additions and 6 deletions

View File

@@ -144,6 +144,9 @@ export const notification = css`
&:last-child {
border-bottom-left-radius: ${otherThemeVars.border.radius};
border-bottom-right-radius: ${otherThemeVars.border.radius};
&:hover {
border-bottom-left-radius: 0;
}
}
&:hover {
background: ${themeVars.github.bgColor.accent.muted};