Add functioning site-wide dark mode

This commit is contained in:
2024-11-29 14:56:18 +01:00
parent 17de8b21e6
commit 44d8642e30
5 changed files with 100 additions and 9 deletions

View File

@@ -26,9 +26,6 @@
<!-- Modify the custom.css file inside static > css to use vanilla css -->
<link type="text/css" rel="stylesheet" href="{{ "/" | relURL }}css/custom.css">
<!-- Custom js -->
<script src="{{ "/" | relURL }}js/custom.js"></script>
<link rel="stylesheet" href="{{ "/" | relURL }}css/bootstrap.min.css">
{{ with .OutputFormats.Get "RSS" }}