style(meta): Add dark mode meta tag and fix indentation

Added a meta tag to disable DarkReader on the site and fixed the indentation in the file.
This commit is contained in:
Rico van Zelst
2024-02-24 22:20:13 +01:00
parent ac21092745
commit 9dd4cc3b87

View File

@@ -5,6 +5,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- DarkReader somehow thinks the website isn't dark by default, this tells darkreader to disable on the site. -->
<meta name="darkreader-lock">
<!-- Favicon --> <!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
@@ -53,4 +57,5 @@
@stack('bottom_scripts') @stack('bottom_scripts')
<x-googletag /> <x-googletag />
</body> </body>
</html> </html>