您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

theme.css 245B

1234567891011121314151617
  1. @import '../../../../vendor/filament/filament/resources/css/theme.css';
  2. @config './tailwind.config.js';
  3. .fi-body {
  4. @apply bg-platinum;
  5. }
  6. .fi-topbar > nav {
  7. @apply bg-translucent;
  8. }
  9. .fi-sidebar-header {
  10. @apply bg-translucent;
  11. }