informational-overlays.css: Replace RGB colors with HSL colors.

This commit is contained in:
Cory Lynch
2017-06-21 02:52:40 -04:00
committed by showell
parent 1b4ca9dff8
commit 94ccbb71b0

View File

@@ -13,7 +13,7 @@
.informational-overlays .overlay-tabs { .informational-overlays .overlay-tabs {
padding: 10px 0px; padding: 10px 0px;
border-bottom: 1px solid #eee; border-bottom: 1px solid hsl(0, 0%, 93%);
} }
.informational-overlays .overlay-tabs .tab-switcher { .informational-overlays .overlay-tabs .tab-switcher {
@@ -23,7 +23,7 @@
.informational-overlays .overlay-tabs .exit { .informational-overlays .overlay-tabs .exit {
float: right; float: right;
font-size: 1.5rem; font-size: 1.5rem;
color: #aaa; color: hsl(0, 0%, 66%);
font-weight: 600; font-weight: 600;
margin: 1px 15px; margin: 1px 15px;
} }