css: Convert colors to hsl() format.

This changes most of the app-related CSS files, but leaves
things like landing pages and bootstrap alone.
This commit is contained in:
Steve Howell
2017-11-13 07:34:06 -08:00
committed by Tim Abbott
parent ba51078418
commit f35b7b4c77
17 changed files with 150 additions and 150 deletions

View File

@@ -5,7 +5,7 @@
.drafts-container {
position: relative;
height: 95%;
background-color: #fff;
background-color: hsl(0, 0%, 100%);
border-radius: 4px;
padding: 0px;
width: 60%;