mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
variant: no glow in neon print
This commit is contained in:
parent
d5e2798fa2
commit
06d922574d
1 changed files with 16 additions and 0 deletions
|
@ -198,3 +198,19 @@ body div.box.transparent {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
#body h1,
|
||||||
|
#body h2,
|
||||||
|
#body h3,
|
||||||
|
#body h4,
|
||||||
|
#body h5,
|
||||||
|
#body h6 {
|
||||||
|
color: #fff;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
#body div.box,
|
||||||
|
#body div.box > .box-label {
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue