From d82f093a41e108fb6ef73f2611cd5ca70ae0f0b5 Mon Sep 17 00:00:00 2001 From: Jakob Persson Date: Wed, 2 Apr 2014 18:37:27 +0200 Subject: [PATCH] Font color for higher contrast, adjusted font size --- app/assets/stylesheets/loungechats.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/loungechats.css.scss b/app/assets/stylesheets/loungechats.css.scss index 4716750..9653664 100644 --- a/app/assets/stylesheets/loungechats.css.scss +++ b/app/assets/stylesheets/loungechats.css.scss @@ -52,7 +52,7 @@ } @media all and (max-width: 300px), (max-height: 300px) and (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(min-resolution: 2dppx) { .output { - font-size: 7px; + font-size: .8em; } } @@ -61,7 +61,7 @@ } .output_history { - color: rgba(255, 255, 255, 0.28); + color: rgba(255, 255, 255, 0.8); } .output_logout { color: rgb(129,164,0); @@ -71,4 +71,4 @@ } .output_highlight { color: rgb(47,153,220); -} \ No newline at end of file +}