diff options
author | 2022-01-29 12:58:10 +0100 | |
---|---|---|
committer | 2022-01-29 12:58:10 +0100 | |
commit | 783bb2af9c5b5940f0fa2d3a0d0cbd34ec7e1316 (patch) | |
tree | 9f03e3eb1543b54c63277c07ec37ba777540f190 /pydis_site/static/css/resources | |
parent | Distill the resources page. (diff) |
Don't round edges of the filter category headers.
Diffstat (limited to 'pydis_site/static/css/resources')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 218d9a59..db083a41 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -15,6 +15,11 @@ padding:0 } +/* Don't round the corners of the collapsibles */ +.filter-category-header { + border-radius: 0; +} + /* Hide the no resources h2 by default */ h2.no-resources-found { display: none; |