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