mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-23 04:03:04 +00:00
Improve body text contrast
This commit is contained in:
parent
fb9c6f745d
commit
43734a472d
1 changed files with 4 additions and 4 deletions
|
@ -104,11 +104,11 @@ h2.page-subheading {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.introduction {
|
p.introduction {
|
||||||
color: #666;
|
color: #494949;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li {
|
p, li {
|
||||||
color: #333;
|
color: #000;
|
||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ h4 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
p.group-description {
|
p.group-description {
|
||||||
color: #666;
|
color: #494949;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ table th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #333;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
|
|
Loading…
Reference in a new issue