:init: Launch as template
This commit is contained in:
parent
c68bb7404f
commit
7d4de88df4
69 changed files with 164 additions and 315 deletions
2
assets/js/scroll-header.js
Normal file → Executable file
2
assets/js/scroll-header.js
Normal file → Executable 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
0
assets/js/tab-switcher.js
Normal file → Executable file
Reference in a new issue