mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-23 14:04:08 -04:00
icons fix
This commit is contained in:
parent
1e91aec036
commit
47e4a31bcb
13 changed files with 32 additions and 13 deletions
|
@ -71,7 +71,7 @@ function documentReadyCallback() {
|
|||
document.getElementById("dark-mode").setAttribute("title", "Switch to light theme");
|
||||
}
|
||||
|
||||
document.getElementById("dark-mode").style.display = "inline";
|
||||
document.getElementById("dark-mode").style.display = "flex";
|
||||
|
||||
document.getElementById("dark-mode").addEventListener("click", () => {
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue