From 554252791b5f5d583ebe3efee31350508962d590 Mon Sep 17 00:00:00 2001 From: Farah Date: Tue, 11 Oct 2022 11:29:42 +0200 Subject: [PATCH] small fix --- app/static/css/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/application.css b/app/static/css/application.css index 1fd208a..8547441 100644 --- a/app/static/css/application.css +++ b/app/static/css/application.css @@ -106,7 +106,7 @@ a:hover { background: #00112c; border: 0; border-radius: 6px; - color: #fff; + color: #fff !important; cursor: pointer; display: inline-block; font-size: 1em;