From b631014ef4a0fa2e7494a11ef834e850934f87a0 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 19 Oct 2017 19:36:43 -0400 Subject: [PATCH] Tweak some colors --- docs/source/_layouts/master.blade.php | 2 +- docs/tailwind.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index 2deb49431..bc931c7c3 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -16,7 +16,7 @@
- Tailwind CSS + Tailwind CSS {{-- --}} {{-- Tailwind CSS --}} {{-- --}} diff --git a/docs/tailwind.js b/docs/tailwind.js index 260bfac1e..1f32f05aa 100644 --- a/docs/tailwind.js +++ b/docs/tailwind.js @@ -12,8 +12,8 @@ var colors = { 'smoke-darker': '#919eab', 'smoke-dark': '#c5ced6', 'smoke': '#dfe3e8', - 'smoke-light': '#f0f2f5', - 'smoke-lighter': '#f7f9fa', + 'smoke-light': 'hsl(200, 33%, 96%)', + 'smoke-lighter': 'hsl(200, 25%, 98%)', 'red-darker': '#960f0d', 'red-dark': '#d43633', @@ -46,7 +46,7 @@ var colors = { 'teal-lighter': '#e8fdfa', 'blue-darker': '#154267', - 'blue-dark': '#3687c8', + 'blue-dark': '#317af6', 'blue': '#4aa2ea', 'blue-light': '#acdaff', 'blue-lighter': '#f1f9ff',