Change color border

This commit is contained in:
sparkyx 2024-09-18 17:59:09 +02:00
parent a27c82df20
commit 44f5e9f3c1

View file

@ -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;
}