disable stupid backdrop filter
This commit is contained in:
parent
2eabe273f5
commit
bef229ce3a
1 changed files with 4 additions and 1 deletions
|
@ -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: " ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue