Files
Vari 0f0c529188 Added some website headline and text components.
Added Exo 2 Font

Also added main accent color for web.

Fixed some more sidebar scrolling issues and made the sidebar now close completely with the button outside.
2024-08-30 17:18:24 +02:00

6 lines
287 B
PHP

<h1 {{ $attributes->merge([
'class' => "text-3xl font-semibold my-4
after:block after:w-full after:content-[''] after:border after:border-t-solid after:[border-image:linear-gradient(to_right,theme('colors.web-main')_10%,transparent)_1]",
]) }} >
{{ $slot }}
</h1>