From b1921feafb6e0bd8aa1f7276fef8232795989ee5 Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Tue, 25 Jul 2023 15:47:13 +0700 Subject: [PATCH] fix: One trust style on print preview --- orcid-web/src/main/webapp/static/css/orcid-print.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/orcid-web/src/main/webapp/static/css/orcid-print.css b/orcid-web/src/main/webapp/static/css/orcid-print.css index 7725531c6af..62da53cc59f 100644 --- a/orcid-web/src/main/webapp/static/css/orcid-print.css +++ b/orcid-web/src/main/webapp/static/css/orcid-print.css @@ -11,9 +11,7 @@ li:first-letter, p:first-letter, p:first-line { - background: transparent !important; box-shadow: none !important; - color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ text-shadow: none !important; } i.green{ @@ -330,4 +328,8 @@ .source-line div:first-child{ display: inherit; } -} \ No newline at end of file + + .toggle-text h2:first-of-type { + color: #000 !important; + } +}