diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index 3dadad0..20424a7 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -761,3 +761,12 @@ div.codehilite:not(:last-child) { width: 100%; height: 100%; } + +#switch_external { + color: black; + background-color: silver; +} + +#switch_external:hover { + background-color: lightgray; +} diff --git a/mpicms/templates/events/event_index.html b/mpicms/templates/events/event_index.html index e10110e..09d2df0 100644 --- a/mpicms/templates/events/event_index.html +++ b/mpicms/templates/events/event_index.html @@ -8,19 +8,30 @@