2025-07-08 22:34:48 +08:00
|
|
|
@import "@nuxt/ui";
|
2025-08-17 17:22:06 +08:00
|
|
|
@import "tailwindcss";
|
|
|
|
|
|
|
|
/*html, body {*/
|
|
|
|
/* transition: background-color 5s;*/
|
|
|
|
/*}*/
|
|
|
|
html {
|
|
|
|
--light-text-color: #1e2939; /*gray-800*/
|
|
|
|
--light-text-secondary-color: #4a5565; /*gray-600*/
|
|
|
|
--dark-text-color: #e5e7eb; /*gray-200*/
|
|
|
|
}
|