style.css: improve contrast

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

Patch by Augustin Fabre <augustin@augfab.fr> and adapted.
This commit is contained in:
Hiltjo Posthuma 2020-11-15 21:11:10 +01:00
parent fc5ef41165
commit ae41add24a

View file

@ -29,7 +29,7 @@ a.line {
}
#blob a {
color: #777;
color: #555;
}
#blob a:hover {
@ -70,12 +70,12 @@ td.num {
}
.desc {
color: #777;
color: #555;
}
hr {
border: 0;
border-top: 1px solid #777;
border-top: 1px solid #555;
height: 1px;
}