From e234dd0ff895d12691217372960b7ae20131387d Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 24 Apr 2025 21:07:43 +0200 Subject: [PATCH] styler le bouton comme un lien --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 76758ed..f3ebfbf 100644 --- a/style.css +++ b/style.css @@ -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 {