diff --git a/public/css/print.css b/public/css/print.css index 335dbec07..d863d719a 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -359,7 +359,7 @@ html[dir='rtl'] .text-right .text-white { - color: #ffffff; + color: #ffffff !important; } .mt-classic diff --git a/resources/views/components/documents/template/modern.blade.php b/resources/views/components/documents/template/modern.blade.php index 03ce54a80..8a58b7c57 100644 --- a/resources/views/components/documents/template/modern.blade.php +++ b/resources/views/components/documents/template/modern.blade.php @@ -11,9 +11,9 @@ -
+
-
+
@stack('company_logo_input_start') @if (! $hideCompanyLogo) @if (! empty($document->contact->logo) && ! empty($document->contact->logo->id)) @@ -27,7 +27,7 @@
-
+
@stack('company_details_start') @if ($textDocumentSubheading)

@@ -360,4 +360,4 @@ @stack('footer_input_end') @endif @endif -

\ No newline at end of file +