theme reorx: avoid using opacity due to bad effect in pdf

This commit is contained in:
Reorx 2023-02-11 22:33:56 +08:00
parent bdeecc45ed
commit baf369d05e
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,9 @@
$color-signature: #2A3FFB;
$color-text-dim: #777;
$color-text-dimmer: #999;
$color-border-dim: #aaa;
$color-border-dimmer: #ccc;
$fz-1: 36px;
$fz-2: 22px;
$fz-3: 18px;
@ -14,13 +16,12 @@ $lh-p: 1.4;
font-family: system-ui, sans-serif;
footer {
opacity: .7;
margin-top: 3em;
border-top: 1px solid $color-border-dim;
border-top: 1px solid $color-border-dimmer;
padding: 4px 0 8px;
display: flex;
font-size: 13px;
color: $color-text-dim;
color: $color-text-dimmer;
> div {
margin-right: 2em;
}