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