style hover link
This commit is contained in:
parent
0fed6cfd12
commit
1fa9bf1e10
5 changed files with 48 additions and 30 deletions
|
|
@ -42,11 +42,4 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
window.addEventListener("scroll", () => {
|
||||
toggleLogoState();
|
||||
});
|
||||
|
||||
if (
|
||||
navigator.userAgent.toLowerCase().includes("safari") &&
|
||||
window.innerWidth < 800
|
||||
) {
|
||||
document.querySelector("#tabs").classList.add("safari");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue