Added Custom JS and CSS
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
This commit is contained in:
6
overrides/main.html
Normal file
6
overrides/main.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}
|
||||
{{ super() }}
|
||||
<button id="color-toggle-btn">🎨 Switch Color</button>
|
||||
{% endblock %}
|
||||
@@ -1,2 +0,0 @@
|
||||
{{ super() }}
|
||||
<button id="color-toggle-btn">🎨 Switch Color</button>
|
||||
Reference in New Issue
Block a user