components: Change checkboxes from grey to translucent.

This works better with color background and looks the same on white.
This commit is contained in:
Brock Whittaker
2017-11-15 15:51:45 -08:00
committed by Steve Howell
parent aeed2e6863
commit 83f329b41a

View File

@@ -26,7 +26,7 @@
line-height: 0.8;
font-size: 1.3rem;
text-align: center;
border: 1px solid hsl(0, 0%, 60%);
border: 1px solid hsla(0, 0%, 0%, 0.6);
color: hsl(0, 0%, 80%);
border-radius: 4px;