From 11fc4117be9ef93f3471ed22de596a6bd8088eb9 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 4 Feb 2019 19:16:07 +0100 Subject: update the status page to show modules information and metrics --- kamon-status/src/styles/main.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'kamon-status/src/styles/main.scss') diff --git a/kamon-status/src/styles/main.scss b/kamon-status/src/styles/main.scss index 8483e81b..cde62b37 100644 --- a/kamon-status/src/styles/main.scss +++ b/kamon-status/src/styles/main.scss @@ -1,7 +1,7 @@ body { background-color: #f7f7f7; - font-size: 16px; - color: #616161; + font-size: 14px; + color: #929292; font-family: 'Open Sans', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -9,4 +9,8 @@ body { h1, h2, h3 { font-weight: 300; +} + +.text-label { + color: #b3b3b3; } \ No newline at end of file -- cgit v1.2.3