mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
13 lines
235 B
CSS
13 lines
235 B
CSS
@import "tailwindcss";
|
|
@import 'primeicons/primeicons.css';
|
|
|
|
@font-face {
|
|
font-family: 'KNYuanmo';
|
|
font-display: swap;
|
|
src: url('../fonts/KNYuanmo-Regular.ttf');
|
|
}
|
|
|
|
:root {
|
|
background-color: var(--p-secondary-50) !important;
|
|
}
|