fix: update button colors for improved theme consistency

This commit is contained in:
Cell
2025-11-21 10:58:37 +08:00
parent 32627dc060
commit 3f809345ff
@@ -12,7 +12,7 @@
font-size: 1rem; font-size: 1rem;
line-height: 1.5rem; line-height: 1.5rem;
padding: 0.5rem 0.625rem; padding: 0.5rem 0.625rem;
color: $global-font-color; color: darken($global-font-secondary-color, 10%);
background-color: $header-background-color; background-color: $header-background-color;
@include border-radius(1.25rem); @include border-radius(1.25rem);
@include transition(color 0.4s ease); @include transition(color 0.4s ease);
@@ -32,7 +32,7 @@
} }
[data-theme='dark'] & { [data-theme='dark'] & {
color: $global-font-color-dark; color: $global-font-secondary-color-dark;
background-color: $header-background-color-dark; background-color: $header-background-color-dark;
&:hover, &:hover,