edit: version tel sans event + modif à faire + organisation des fichiers + css ouverture du local

This commit is contained in:
2026-07-25 20:59:15 +02:00
parent e6ae40dc51
commit b7b3497a0b
12 changed files with 853 additions and 507 deletions
+35
View File
@@ -0,0 +1,35 @@
input {
-webkit-appearance: none !important;
appearance: none !important;
}
a{
text-decoration: none;
color: inherit;
cursor: alias;
}
button{
cursor: cell;
}
a p{
cursor:inherit;
}
a button{
cursor: inherit;
}
p,h1,h2,h3{
cursor: inherit;
pointer-events: none !important;
padding: 0;
margin: 0;
}
ul,ol {
padding: 0;
margin: 0;
list-style-type: none;
}