Files
TLA/resources/css/app.css
T
Belupeti cd9ffc012e
Build / Build-image (push) Successful in 1m13s
create suggestion model, fix unfillable language
2026-08-13 22:30:42 +02:00

23 lines
491 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';
}
:root {
--ui-primary: rgb(255, 200, 0);
}
.main {
text-align: center;
}
h1 {
font-size: 3vh;
font-weight: bolder;
}