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; - } }