From 28a749712debb93b2cbc495a4ac3a36995222aa9 Mon Sep 17 00:00:00 2001 From: jeanmarie Date: Mon, 18 May 2020 17:05:41 +0200 Subject: [PATCH] Un fond pour la pagination active --- css/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/theme.scss b/css/theme.scss index 264d89d..2806426 100644 --- a/css/theme.scss +++ b/css/theme.scss @@ -98,6 +98,8 @@ } a { text-decoration: none; + border: 0; + &.active, &:hover { background:_palette(bg); color: _palette(fg);