fix(style): changed colors for dark-mode (#16404)

This commit is contained in:
Chloe Collier
2018-01-03 22:39:19 -08:00
committed by mrugesh mohapatra
parent a5a75ca9f9
commit 5f65f04ba4
4 changed files with 32 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
@gray: lighten(@gray-base, 33.5%); // #555
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@silver-chalice: lighten(@gray-base, 45%); // #a6a6a6
@brand-primary: darkgreen;
@brand-success: #457E86;
@@ -41,7 +42,8 @@
//## Night mode styles
@night-body-bg: @gray-dark;
@night-text-color: #ccc;
@night-text-color: #ccc;
@night-search-color: #044421;
//== Typography
//