diff --git a/static/css/style.css b/static/css/style.css index 84962d5..0e0b9eb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,6 +32,10 @@ body { list-style: none; } +#filter-picker a { + pointer-events: auto; +} + .year-filter li { display: inline-block; } @@ -73,7 +77,7 @@ body { text-decoration: none; color: #333; padding: 6px; - text-shadow: 0 0 20px rgba(255,255,255,.8); + text-shadow: 0 0 20px 20px rgba(255,255,255,.8); position: relative; }