mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
theme: better contrast for colored elements in print #93
This commit is contained in:
parent
6f56470f35
commit
02d463f43a
1 changed files with 12 additions and 0 deletions
|
@ -36,6 +36,18 @@ pre {
|
||||||
.copy-to-clipboard {
|
.copy-to-clipboard {
|
||||||
display: none;
|
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 {
|
.progress {
|
||||||
/* we don't need this while printing */
|
/* we don't need this while printing */
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in a new issue