change filter show/hide style

This commit is contained in:
rhiannon morris 2025-01-31 18:39:18 +01:00
parent 2623eb310c
commit 9628c5a8f8

View file

@ -203,6 +203,12 @@ summary::after {
summary::after { content: 'show'; }
[open] summary::after { content: 'hide'; }
#filters-details {
summary::after { content: none; }
summary h2::before { content: 'show '; }
&[open] summary h2::before { content: 'hide '; }
}
dt {
font-size: 120%;