🐛 wrong separator color

This commit is contained in:
Maxime Lalo 2024-04-17 13:56:00 +02:00
parent 8af69e8b10
commit bec345426b

View File

@ -18,7 +18,7 @@
.separator {
margin: 48px 0;
height: 1px;
background-color: red;
background-color: var(--grey-medium);
}
}
}