add wave effect to links
This commit is contained in:
parent
f2bfe9dac5
commit
087111bd04
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ class windowman {
|
|||
button.classList.add(`waves-effect`);
|
||||
}
|
||||
})
|
||||
document.querySelectorAll(`a`).forEach((button) => {
|
||||
if (!button.classList.contains(`waves-effect`)) {
|
||||
button.classList.add(`waves-effect`);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue