stagit

git site generator
Contents

style.css: improve contrast

https://webaim.org/resources/contrastchecker/?fcolor=555555&bcolor=FFFFFF

Patch by Augustin Fabre  and adapted.

Hiltjo Posthuma hiltjo@codemadness.org

commit: 68c735d parent: 8bc0a1b
1 files changed, 3 insertions(+), 3 deletions(-)
Mstyle.css+3-3
M · style.css +3, -3
 1@@ -29,7 +29,7 @@ a.line {
 2 }
 3
 4 #blob a {
 5- color: #777;
 6+ color: #555;
 7 }
 8
 9 #blob a:hover {
10@@ -70,12 +70,12 @@ td.num {
11 }
12
13 .desc {
14- color: #777;
15+ color: #555;
16 }
17
18 hr {
19 border: 0;
20- border-top: 1px solid #777;
21+ border-top: 1px solid
#555;
22 height: 1px;
23 }
24