Files
TLA/resources/css/app.css
T
Belupeti f84636b31f
Build / Build-image (push) Successful in 53s
backend validation change, frontend changes
2026-08-10 20:39:56 +02:00

19 lines
446 B
CSS

@import 'tailwindcss';
@import "@nuxt/ui";
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@theme {
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
}
.main {
text-align: center;
}
h1 {
font-size: 3vh;
font-weight: bolder;
}