diff --git a/css/legend.css b/css/legend.css index 4bbbdcf..7169bfe 100644 --- a/css/legend.css +++ b/css/legend.css @@ -1,6 +1,6 @@ .rickshaw_legend { font-family: Arial; - font-size: 12px; + font-size: 24px; color: white; background: #404040; display: inline-block; diff --git a/css/main.css b/css/main.css index 77c4170..076b6ae 100644 --- a/css/main.css +++ b/css/main.css @@ -75,6 +75,15 @@ h1,h3,h4 { text-align: center; } +h2{ + font-size: 55px; + margin-top: 0px; +} + +h4{ + font-size: 35px; +} + h2,h5{ font-weight:normal; color: #64CD0E;