mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
fix: refactor CSS variable usage and update ESLint configuration
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com> Co-authored-by: 奕 <a18355849597@outlook.com> Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
background-color: var(--p-secondary-50) !important;
|
||||
--s-background: var(--p-secondary-50);
|
||||
background-color: var(--s-background) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user