Modern theme text color issue..

This commit is contained in:
Cüneyt Şentürk 2022-12-05 11:40:38 +03:00
parent 63062e1255
commit 5180232054
2 changed files with 5 additions and 5 deletions

View File

@ -359,7 +359,7 @@ html[dir='rtl'] .text-right
.text-white .text-white
{ {
color: #ffffff; color: #ffffff !important;
} }
.mt-classic .mt-classic

View File

@ -11,9 +11,9 @@
</div> </div>
</div> </div>
<div class="row modern-head pt-2 pb-2 mt-1 bg-{{ $backgroundColor }}" style="background-color:{{ $backgroundColor }} !important; -webkit-print-color-adjust: exact;"> <div class="row modern-head pt-2 pb-2 mt-1 bg-{{ $backgroundColor }} text-white" style="background-color:{{ $backgroundColor }} !important; -webkit-print-color-adjust: exact;">
<div class="col-58"> <div class="col-58">
<div class="text p-modern"> <div class="text text-white p-modern">
@stack('company_logo_input_start') @stack('company_logo_input_start')
@if (! $hideCompanyLogo) @if (! $hideCompanyLogo)
@if (! empty($document->contact->logo) && ! empty($document->contact->logo->id)) @if (! empty($document->contact->logo) && ! empty($document->contact->logo->id))
@ -27,7 +27,7 @@
</div> </div>
<div class="col-42"> <div class="col-42">
<div class="text p-modern right-column"> <div class="text text-white p-modern right-column">
@stack('company_details_start') @stack('company_details_start')
@if ($textDocumentSubheading) @if ($textDocumentSubheading)
<p class="text-normal font-semibold"> <p class="text-normal font-semibold">
@ -360,4 +360,4 @@
@stack('footer_input_end') @stack('footer_input_end')
@endif @endif
@endif @endif
</div> </div>