From a89332a6dc8ad3c54c9b68c8b83cba40562d9d77 Mon Sep 17 00:00:00 2001 From: Plumf Date: Thu, 10 Aug 2023 17:26:48 +0200 Subject: [PATCH] desindentage --- css/links.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/links.css b/css/links.css index 05a030f..3e202fb 100644 --- a/css/links.css +++ b/css/links.css @@ -1,10 +1,10 @@ a { - border-bottom: 3px solid var(--couleurprincipal); - color: inherit; - text-decoration: none; - } + border-bottom: 3px solid var(--couleurprincipal); + color: inherit; + text-decoration: none; +} a:hover { - background-color: var(--couleursurvol); - color: #fff; + background-color: var(--couleursurvol); + color: #fff; } \ No newline at end of file