:init: Launch as template

This commit is contained in:
Korbs 2025-01-25 00:33:01 -05:00
parent c68bb7404f
commit 7d4de88df4
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
69 changed files with 164 additions and 315 deletions

2
assets/js/scroll-header.js Normal file → Executable file
View file

@ -13,6 +13,6 @@ function headerScroll() {
document.querySelector('hb').style.backgroundColor = 'transparent';
}
if (scrollTop > 130 && scrollTop < 5000) {
document.querySelector('hb').style.backgroundColor = 'var(--blue)';
document.querySelector('hb').style.backgroundColor = 'var(--theme)';
}
}

0
assets/js/tab-switcher.js Normal file → Executable file
View file