styler le bouton comme un lien

This commit is contained in:
Adrien MALINGREY 2025-04-24 21:07:43 +02:00
parent 2aba951d3b
commit e234dd0ff8

View File

@ -105,12 +105,12 @@ button[type='submit'] {
background: none;
font-family: inherit;
font-size: 1em;
text-decoration: underline;
}
button[type="submit"]:hover {
cursor: pointer;
color: #2a6496;
text-decoration: underline;
}
button[type="submit"]:active {