From 9695fd4dc7d94cf47b843a788faa779b2efc7ad9 Mon Sep 17 00:00:00 2001 From: kipukun Date: Sun, 7 May 2017 20:51:54 -0400 Subject: [PATCH] Make night theme use tomorrow colors --- public/css/style-night.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/style-night.css b/public/css/style-night.css index d763c252..024902ab 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -47,7 +47,7 @@ } body { - background-color: #264040; + background-color:#282A2E; color: #eff5f5; font-family: Arial, sans-serif; margin: 0; @@ -66,9 +66,14 @@ body { /* Links, Text */ a { - color: #13cba6; + color: #81a2be; text-decoration : none; } +.btn-success { + color: #fff; + background-color: #b294bb; + border-color: #b294bb; +} .download-btn { font-size: 24px;