Change color border

This commit is contained in:
sparkyx 2024-09-18 17:59:09 +02:00
parent b4a20cee02
commit e784d153f3

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