diff --git a/predict/css/pred.css b/predict/css/pred.css index 3356df6..71d75d1 100644 --- a/predict/css/pred.css +++ b/predict/css/pred.css @@ -8,6 +8,11 @@ body { margin: 0; padding: 0; } +a:link { text-decoration: underline; color: #333 } +a:active { text-decoration: underline; color: #333; } +a:hover { text-decoration: underline; color: #333; } +a:visited { text-decoration: underline; color: #333; } + /* The whoppping map in the centre */ #map_canvas { width: 100%; height: 100%; }