petites corrections css

This commit is contained in:
Valentin
2024-01-06 09:39:13 +01:00
parent 22b49b379d
commit 3b1627508e
8 changed files with 61 additions and 20 deletions

View File

@@ -109,6 +109,10 @@
}
}
if (document.querySelector('.fullpage')) {
let liens = document.querySelectorAll('.liens_fixed a, .file_fixed a');
for (let lien of liens) {
lien.setAttribute('target', '_blank');
}
positionFluoLinks();
document.addEventListener('scroll', () => {
positionFluoLinks();