From a589b87b0471fe46f21dd416a8e4fa3bbc1fe737 Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Sun, 30 Jul 2023 16:48:16 +0700 Subject: [PATCH] style: fix a tags color --- orcid-web/src/main/webapp/static/css/orcid-print.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 62da53cc59f..01449cd6345 100644 --- a/orcid-web/src/main/webapp/static/css/orcid-print.css +++ b/orcid-web/src/main/webapp/static/css/orcid-print.css @@ -146,6 +146,10 @@ border: 0; } + h2, a { + color: #000 !important; + } + #orcid-id { font-size: 14px; } @@ -328,8 +332,4 @@ .source-line div:first-child{ display: inherit; } - - .toggle-text h2:first-of-type { - color: #000 !important; - } }