mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 03:35:14 -05:00
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.
6 lines
287 B
PHP
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> |