projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5ef41
)
style.css: improve contrast
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 15 Nov 2020 20:11:10 +0000
(21:11 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 15 Nov 2020 20:16:06 +0000
(21:16 +0100)
https://webaim.org/resources/contrastchecker/?fcolor=555555&bcolor=FFFFFF
Patch by Augustin Fabre <augustin@augfab.fr> and adapted.
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index d1cd6d36346e22f52419233c2312f75028e2c5c1..f8780ead50f05d053d51bc2bd7d69bd1b9368ad0 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-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;
}