mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com> Co-authored-by: 奕 <a18355849597@outlook.com> Co-authored-by: Sylvanysc <Sylvanysc@users.noreply.github.com>
14 lines
274 B
CSS
14 lines
274 B
CSS
@import "tailwindcss";
|
|
@import 'primeicons/primeicons.css';
|
|
|
|
@font-face {
|
|
font-family: 'KNYuanmo';
|
|
font-display: swap;
|
|
src: url('../fonts/KNYuanmo-Regular.ttf');
|
|
}
|
|
|
|
:root {
|
|
--s-background: var(--p-secondary-50);
|
|
background-color: var(--s-background) !important;
|
|
}
|