diff --git a/templates/base.html b/templates/base.html index 2316660..d54eb20 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ header { background: #476930; color: #ddd; } header a.logo { color: #ddd; } a.button { background: #476930; color: #ddd; } + a.button:hover { color: #476930; background: #ddd; } footer { background: #476930; color: #ddd; } .location-header { border: 1px solid #476930; border-radius: 3px; padding: 1em; } .location-header-label { font-weight: bold; clear: both; }