Supprime le lien mailto: pour tenter d'échapper aux bots

This commit is contained in:
2026-05-25 14:37:28 +02:00
parent 1694a263eb
commit dcc9863fcb
2 changed files with 5 additions and 9 deletions
+4 -8
View File
@@ -91,13 +91,9 @@ table {
/* antispam css */
.arobase::before {
content: "\000040";
font-size: inherit !important;
content: "\000040"; /* @ */
}
.arobase span {
font-size: 1px;
font-size: 0.1px;
text-indent: -999px;
width: 1px;
overflow: hidden;
.point::before {
content: "\00002E"; /* . */
}