From 87b11fd617eea6fa9e695a0dc4c86054adac7b0f Mon Sep 17 00:00:00 2001 From: walkews Date: Tue, 11 Jul 2017 08:27:15 -0500 Subject: [PATCH] added custom.css --- src/static/css/custom.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/static/css/custom.css diff --git a/src/static/css/custom.css b/src/static/css/custom.css new file mode 100644 index 0000000..1f1b683 --- /dev/null +++ b/src/static/css/custom.css @@ -0,0 +1,13 @@ +body{ + font-family:Tahoma, Geneva, sans-serif; + /*font-size:16px;*/ +} +.kpi { + color: #B80000; + font-weight:10; +} + +.chosen{ + height:75px; + width:75%; +} \ No newline at end of file