Added Custom JS and CSS
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "partials/header.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}
|
||||
{{ super() }}
|
||||
|
||||
Reference in New Issue
Block a user