Lighten icons a bit

This commit is contained in:
narcolepticinsomniac 2017-03-10 19:22:50 -05:00 committed by GitHub
parent 888faf4c61
commit 9deef0ed97

View File

@ -81,10 +81,10 @@ body.blocked > DIV {
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: hsl(0, 0%, 20%);
fill: hsl(0, 0%, 40%);
}
.svg-icon circle {
stroke: hsl(0, 0%, 20%);
stroke: hsl(0, 0%, 40%);
stroke-width: 1;
}
body > .actions {