From 0897b54ec536b5ae2ccfba73bce17ebb6a3d87c2 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Fri, 24 Sep 2021 12:32:25 +0200 Subject: [PATCH] [update] css links --- static/src/css/3adentaire_frontend.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/src/css/3adentaire_frontend.css b/static/src/css/3adentaire_frontend.css index cd7aa31..132a37e 100755 --- a/static/src/css/3adentaire_frontend.css +++ b/static/src/css/3adentaire_frontend.css @@ -50,8 +50,11 @@ a:hover { .page-link { color: #6c757d; } +.page-link:hover { + color: #343a40; +} /* SHOP CATEGORY */ -.o_shop_collapse_category > ul > li > i { +#o_shop_collapse_category > li > i { color: #6c757d !important; } -- GitLab