页脚样式调整

This commit is contained in:
lutinglt
2025-09-16 17:11:00 +08:00
parent 359e83afa5
commit df9722604e

View File

@@ -11,6 +11,15 @@ export const footer = css`
padding: 16px 0 40px 0;
> .left-links {
gap: 4px;
> a {
color: ${themeVars.color.text.light.num1};
&:hover {
color: ${themeVars.color.primary.self};
}
}
> strong {
font-weight: 400;
}
}
> .right-links {
gap: 16px;