From f586a23da7e373bfcf880134ff68a4877059c566 Mon Sep 17 00:00:00 2001 From: elouanjef Date: Wed, 31 Jan 2024 13:39:38 +0100 Subject: [PATCH] a essai --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 69209ea..b06a9ba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -714,9 +714,10 @@ padding: 0 20px; } - a { - color: white; + a, a:hover { + color: inherit; } + {% block content %}{% endblock %}