From dc849499708c1df1ccf357961ddc0662e8865d1c Mon Sep 17 00:00:00 2001 From: Ivan Herrera Date: Thu, 24 Jun 2021 10:35:14 +0200 Subject: [PATCH] Update 'Clean' PDF Design The span-selector in #company-details seems incorrect here, and the selector should be a p-selector as children of #company-details seem to be paragraphs. I've verified and tested this on the stable-branch. --- resources/views/pdf-designs/clean.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 589b6f232416..3c1fd58b5515 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -37,7 +37,7 @@ flex-direction: column; } - #company-details > span:first-child { + #company-details > p:first-child { color: var(--primary-color); }