Disable dark reader, this page has a dark mode

This commit is contained in:
Lilian 2024-12-15 17:09:22 +01:00
parent 886a11cfbc
commit a56cf96d78
No known key found for this signature in database
GPG key ID: 1650987A001CB2CB

View file

@ -56,6 +56,10 @@
href="{{ get_url(path='logo.svg', trailing_slash=false) }}"
/>
<!-- Disables Dark Reader for this site.
We have our own dark-mode and dark reader mangles the page background. -->
<meta name="darkreader-lock">
<link
rel="stylesheet"
href="{{ get_url(path='main.css', trailing_slash=false) }}"