style hover link

This commit is contained in:
isUnknown 2024-03-12 17:38:53 +01:00
parent 0fed6cfd12
commit 1fa9bf1e10
5 changed files with 48 additions and 30 deletions

View file

@ -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");
}
});