From 7975ffe616fcde677d2db8721503d622620eb622 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 21 Feb 2017 18:08:20 -0800 Subject: [PATCH] Make single stat graphs look more styley --- ui/src/style/pages/hosts.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/style/pages/hosts.scss b/ui/src/style/pages/hosts.scss index 89aeb0e402..22730cab4c 100644 --- a/ui/src/style/pages/hosts.scss +++ b/ui/src/style/pages/hosts.scss @@ -25,7 +25,9 @@ padding: 8px 16px; .single-stat { - font-size: 32px; + font-size: 60px; + font-weight: 300; + color: $c-pool; display: flex; justify-content: center; align-items: center;