From 7ccb2370fa7cf699c67ecca199fce9e6db2c427d Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Fri, 1 May 2015 04:10:04 -0700 Subject: [PATCH] Remove off-white colors. --- css/index.styl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/index.styl b/css/index.styl index 64535b8..eb35627 100644 --- a/css/index.styl +++ b/css/index.styl @@ -1,10 +1,8 @@ beige = #F9F2E7 dark-gray = #333 -darker-light-gray = #DDD gray = #777 green = #8FBE00 light-blue = #40C0CB -light-gray = #EEE light-green = #AEE239 light-red = #E23430 light-yellow = #FFE476 @@ -94,7 +92,7 @@ p { .spinner-name { font: bold 18px/20px "Quicksand", sans-serif text-align: center - color: light-gray + color: white overflow: hidden text-overflow: ellipsis white-space: nowrap @@ -106,7 +104,7 @@ p { .spinner-size { font: italic 12px/20px "Quicksand", sans-serif text-align: center - color: darker-light-gray + color: white overflow: hidden text-overflow: ellipsis white-space: nowrap @@ -183,7 +181,7 @@ p { &.progress-bar-failed { background: red - box-shadow: inset 0 1px 1px light-red, 0 1px 1px light-gray + box-shadow: inset 0 1px 1px light-red .progress-bar-text { text-align: center