Added Custom JS and CSS
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s

This commit is contained in:
Noah Pombas
2025-12-04 16:19:10 +01:00
parent 6dac9b7a9b
commit 2dd454239d
2 changed files with 6 additions and 2 deletions

6
overrides/main.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block header %}
{{ super() }}
<button id="color-toggle-btn">🎨 Switch Color</button>
{% endblock %}

View File

@@ -1,2 +0,0 @@
{{ super() }}
<button id="color-toggle-btn">🎨 Switch Color</button>