From 7ab02c7fc7e529d5c766dbc205e145dca9f15cdf Mon Sep 17 00:00:00 2001 From: samhed Date: Fri, 12 Jul 2013 11:47:41 +0200 Subject: [PATCH] Changed the color and weight of the status text to white and bold. --- include/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/base.css b/include/base.css index 4281e7b9..a52e4f3e 100644 --- a/include/base.css +++ b/include/base.css @@ -93,6 +93,8 @@ html { #noVNC_status { height:32px; text-align: center; + font-weight: bold; + color: #fff; } #noVNC_settings_menu { margin: 3px;