From 05a668c6597665061c2a06057cbae72110994915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Tue, 14 Mar 2023 09:09:37 +0100 Subject: [PATCH] fix(style.css): typo --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5bd1fba..7691290 100644 --- a/css/style.css +++ b/css/style.css @@ -437,7 +437,7 @@ header nav .burger-button { #admin-bar #list-content i, #admin-bar #tutoriel i { cursor: pointer; - color: color: var(--main-color); + color: var(--main-color); } #admin-bar #list-content i:hover,