Add basic index redesign

This commit is contained in:
2025-10-17 22:33:06 +13:00
parent f5889b270a
commit 4408a09e82
5 changed files with 148 additions and 131 deletions

View File

@ -12,22 +12,3 @@
}
@import "./daisyui-theme.css";
/* Bootstrap compatibility layer - prevent Bootstrap from overriding Tailwind */
@layer base {
/* Ensure Tailwind's preflight takes precedence in non-legacy sections */
body:not(.legacy-bootstrap *) {
@apply antialiased;
}
}
@layer utilities {
/* Add important utilities for overriding Bootstrap where needed */
.tw-flex {
display: flex !important;
}
.tw-grid {
display: grid !important;
}
}