From e784d153f38cadda4d9876e5216118d3a3fce97e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 18 Sep 2024 17:59:09 +0200 Subject: [PATCH] Change color border --- html/css/style-classic7.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index feb20acf6..23e4f3b52 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3715,7 +3715,7 @@ h2.h-section { right:0; position:absolute; height:var(--border-size); - background-color:lightgrey; + background-color:lightblue; transform:scaleX(0); transition:transform 300ms ease-in-out; }