From ff8b915260e90084179dcb1d8b0b7b5f62b98470 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Thu, 31 Jan 2019 22:59:18 +0100 Subject: show number of modules and metrics on the status page --- kamon-status/src/styles/main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kamon-status/src/styles/main.scss (limited to 'kamon-status/src/styles/main.scss') diff --git a/kamon-status/src/styles/main.scss b/kamon-status/src/styles/main.scss new file mode 100644 index 00000000..8483e81b --- /dev/null +++ b/kamon-status/src/styles/main.scss @@ -0,0 +1,12 @@ +body { + background-color: #f7f7f7; + font-size: 16px; + color: #616161; + font-family: 'Open Sans', Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +h1, h2, h3 { + font-weight: 300; +} \ No newline at end of file -- cgit v1.2.3