release 亮色适配

This commit is contained in:
lutinglt
2025-08-07 20:22:38 +08:00
parent 5be630cebe
commit 02e21f8b46

View File

@@ -11,6 +11,7 @@ export const releaseTagMenu = css`
font-weight: 500; font-weight: 500;
&.active { &.active {
background: ${themeVars.github.bgColor.accent.emphasis} !important; background: ${themeVars.github.bgColor.accent.emphasis} !important;
color: ${themeVars.color.white};
} }
} }
} }
@@ -101,6 +102,8 @@ export const rightButton = css`
&.tags { &.tags {
.ui.small.button { .ui.small.button {
background-color: ${themeVars.color.button}; background-color: ${themeVars.color.button};
border-color: ${themeVars.color.light.border};
color: ${themeVars.color.text.light.self};
padding: 5px 16px; padding: 5px 16px;
min-height: auto; min-height: auto;
line-height: 20px; line-height: 20px;