mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
nmbug: notmuch-report: set both background and foreground colors
Whenever setting background color, set also corresponding foreground color. Don't expect default foreground color to be #000 (or something close); user may have changed it.
This commit is contained in:
parent
c4cce82fa0
commit
a12bf2a52a
1 changed files with 2 additions and 0 deletions
|
@ -370,9 +370,11 @@ header_template = config['meta'].get('header', '''<!DOCTYPE html>
|
|||
border-bottom-right-radius: {border_radius};
|
||||
}}
|
||||
tbody:nth-child(4n+1) tr td {{
|
||||
color: #000;
|
||||
background-color: #ffd96e;
|
||||
}}
|
||||
tbody:nth-child(4n+3) tr td {{
|
||||
color: #000;
|
||||
background-color: #bce;
|
||||
}}
|
||||
hr {{
|
||||
|
|
Loading…
Reference in a new issue