diff --git a/js/extra-pages.js b/js/extra-pages.js index abb65fb..0c823ba 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -256,6 +256,10 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has font-size: 0.9rem; margin-top: -4px; } + + .card:has([data-bs-toggle="collapse"]):not(:has(.card-body.collapse.show)) a:has(.card-header), .card:has([data-bs-toggle="collapse"]):not(:has(.card-body.collapse.show)) .card-header { + border-radius: inherit; + }