Fix the terrible dark mode again

This commit is contained in:
Jonah Aragon 2021-01-15 23:13:01 -06:00
parent 10e744d42c
commit e2bc10d8e8
No known key found for this signature in database
GPG key ID: 6A957C9A9A9429F7
22 changed files with 155 additions and 91 deletions

1
assets/js/bootstrap.bundle.js vendored Symbolic link
View file

@ -0,0 +1 @@
../../node_modules/bootstrap/dist/js/bootstrap.bundle.js

View file

@ -0,0 +1 @@
../../node_modules/bootstrap/dist/js/bootstrap.bundle.js.map

View file

@ -1,3 +1,6 @@
document.querySelectorAll(".onclick-select").forEach(element => {
element.addEventListener("click", element.select);
});
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})

View file

@ -1 +0,0 @@
../../node_modules/popper.js/dist/popper.min.js