Files
vf_react/src/styles/heroui.css
2025-11-22 16:41:22 +08:00

20 lines
464 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* HeroUI v3 样式导入 */
/* 文档: https://v3.heroui.com/docs/quick-start */
/*
* 重要: 必须先导入 tailwindcss再导入 @heroui/styles
* HeroUI v3 不再使用 Tailwind 插件,而是通过 CSS 层叠方式加载样式
*/
@import "tailwindcss";
@import "@heroui/styles";
/*
* AgentChat 页面的自定义样式
* 这些样式仅在使用 HeroUI 组件的页面生效
*/
/* 确保深色模式正常工作 */
.dark {
color-scheme: dark;
}