Added Custom JS and CSS
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s

This commit is contained in:
Noah Pombas
2025-12-04 16:14:31 +01:00
parent a84e772747
commit ad96095b9f
4 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ site_url: https://pombas_n.pages.psi.ch
theme:
name: material
custom_dir: overrides
palette:
- scheme: blue
primary: blue
@@ -17,7 +18,7 @@ theme:
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/color-toggle.js

View File

@@ -1,4 +1,4 @@
{% extends "partials/header.html" %}
{% extends "base.html" %}
{% block header %}
{{ super() }}