From 7a97365ce36d9fecce6b7364642a9b9a826ac1b7 Mon Sep 17 00:00:00 2001 From: thomlamb Date: Mon, 5 Aug 2024 09:59:12 +0200 Subject: [PATCH] [quick] delete btn color demo --- demo/src/scss/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demo/src/scss/main.scss b/demo/src/scss/main.scss index 72b56000..5014c2e8 100644 --- a/demo/src/scss/main.scss +++ b/demo/src/scss/main.scss @@ -563,3 +563,7 @@ footer #container-section-noussuivre { } } } + +.swiper-banner-link a { + background: red !important; +}