Add bootstrap, more shortcodes and initial dark mode
This commit is contained in:
4
static/js/custom.js
Normal file
4
static/js/custom.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function toggleDarkMode() {
|
||||
document.body.classList.toggle("dark-mode");
|
||||
}
|
||||
|
Reference in New Issue
Block a user