Julian Prieber 9990143bc1 Added support for dynamic contrast
Text always stays readable no matter the background color
2023-12-06 17:42:02 +01:00

3 lines
429 B
PHP

<?php use App\Models\UserData; ?>
<!-- Your Name -->
<h1 class="fadein dynamic-contrast">{{ $info->name }}@if(($userinfo->role == 'vip' or $userinfo->role == 'admin') and theme('disable_verification_badge') != "true" and env('HIDE_VERIFICATION_CHECKMARK') != true and UserData::getData($userinfo->id, 'checkmark') != false)<span title="{{__('messages.Verified user')}}">@include('components.verify-svg')@endif</span></h1>