You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }