diff --git a/www/css/calendar.css b/www/css/calendar.css index c2534f9..5c7e6d9 100644 --- a/www/css/calendar.css +++ b/www/css/calendar.css @@ -57,7 +57,7 @@ figure.calendar { .calendar ul li.active { color: #222; - border-color: #456; + border-color: #679; box-shadow: 0 0 3px #89f; } @@ -71,7 +71,6 @@ figure.calendar { height: 1.75em; text-align: center; line-height: 1.75em; - background: #89a; background: #9ab; color: white; border-radius: 0.875em; @@ -79,6 +78,10 @@ figure.calendar { font-size: 0.8em; } +.calendar ul li.active .day{ + background: #248; +} + .calendar ul li section { line-height: 1.5em; background: #038; diff --git a/www/css/events.css b/www/css/events.css index 466e6ce..e0cf540 100644 --- a/www/css/events.css +++ b/www/css/events.css @@ -76,6 +76,7 @@ p + .subtext { .events { margin-top: -1.5em; margin-left: 0.3em; + margin-bottom: 2em; list-style: none; padding: 0; }