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:
parent
fc5ef41165
commit
ae41add24a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue