diff --git a/static/css/style.css b/static/css/style.css index 173468e..342adc0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ h1 { letter-spacing: -1px; } p, li, blockquote { - font-size: 18px; + font-size: 27px; font-weight: 200; line-height: 27px; color: inherit; @@ -41,3 +41,12 @@ table.table tbody td { position: relative; right: -15px; } +.modal .tablechart { + right: -28px; +} +.community-area .modal .jqplot-xaxis, .community-area .modal .jqplot-yaxis { + color: #000; +} +.modal-header { + color: #2F4F4F; + background-color: #EE7600; diff --git a/templates/index.html b/templates/index.html index aa31218..588a37f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,10 +21,10 @@ @@ -71,7 +79,19 @@