theme: better contrast for colored elements in print #93

This commit is contained in:
Sören Weber 2021-10-06 20:35:57 +02:00
parent 6f56470f35
commit 02d463f43a
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -36,6 +36,18 @@ pre {
.copy-to-clipboard {
display: none;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6,
#body th, #body td,
#body code, #body strong, #body b,
#body li, #body dd, #body dt,
#body p,
#body .anchor,
#body a{
/* better contrast for colored elements */
color: black;
}
.progress {
/* we don't need this while printing */
display: none !important;