mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-13 00:35:47 -04:00
Fix the terrible dark mode again
This commit is contained in:
parent
10e744d42c
commit
e2bc10d8e8
22 changed files with 155 additions and 91 deletions
|
@ -1,3 +1,6 @@
|
|||
document.querySelectorAll(".onclick-select").forEach(element => {
|
||||
element.addEventListener("click", element.select);
|
||||
});
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue