Fix .vpv-toolbar-wrapper border-top-color value

This commit is contained in:
Timothée Goguely 2024-12-19 18:03:43 +01:00
parent dfe939a2e8
commit 6d70187cb9

View file

@ -94,7 +94,7 @@
/* Toolbar */ /* Toolbar */
.vpv-container .vpv-toolbar-wrapper { .vpv-container .vpv-toolbar-wrapper {
border-bottom-width: 0 !important; border-bottom-width: 0 !important;
border-top: 1px solid var(--color-700); border-top: 1px solid var(--color-grey-700);
padding-left: 1rem !important; padding-left: 1rem !important;
height: 4.5rem !important; /* --vpv-toolbar-size */ height: 4.5rem !important; /* --vpv-toolbar-size */
background-color: var(--color-black) !important; /* --vpv-toolbar-background-color */ background-color: var(--color-black) !important; /* --vpv-toolbar-background-color */