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.
This commit is contained in:
Ivan Herrera 2021-06-24 10:35:14 +02:00 committed by GitHub
parent 8939860af6
commit dc84949970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@
flex-direction: column; flex-direction: column;
} }
#company-details > span:first-child { #company-details > p:first-child {
color: var(--primary-color); color: var(--primary-color);
} }