From fc91d24dc1758fc7a70545b6d5e4ba0be4c90d57 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 12 Oct 2024 13:59:12 +0200 Subject: [PATCH] fix: bordure sommaire en mode mobile --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index aa75587..2174a71 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -330,7 +330,7 @@ iframe { #more-info { position: static; - border-left: 3px solid #e03131; + border-left: 3px solid var(--text-color-title); padding: 6px; } }