disable stupid backdrop filter
Some checks are pending
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-10 19:23:17 +01:00
parent 2eabe273f5
commit bef229ce3a
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -29,7 +29,10 @@
href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.{{ site_color }}.min.css" /> href="{{ cdn_url }}/npm/@picocss/pico@2/css/pico.{{ site_color }}.min.css" />
{% endif %} {% endif %}
<style> <style>
* { border-radius: 0!important; } * {
border-radius: 0!important;
backdrop-filter: unset!important;
}
:where(nav li)::before { :where(nav li)::before {
float: none; float: none;
content: " "; content: " ";