fix les couleur du panel

This commit is contained in:
antonin gallon 2025-12-02 16:58:53 +01:00
parent 20e305744f
commit 9aece68498

View file

@ -1,12 +1,12 @@
.k-panel-menu { .k-panel-menu {
background-color: var(--color-primary); background-color: #000;
} }
.k-panel-menu * { .k-panel-menu * {
color: var(--color-background); color: #fff;
} }
.k-panel-menu-button[aria-current] * { .k-panel-menu-button[aria-current] * {
color: var(--color-primary); color: #000;
} }
.k-panel[data-template="year"] .k-list-items .k-item:first-child { .k-panel[data-template="year"] .k-list-items .k-item:first-child {
@ -20,6 +20,6 @@
border-radius: var(--rounded-md) var(--rounded-md) 0 0; border-radius: var(--rounded-md) var(--rounded-md) 0 0;
transform: translateY(0.3rem); transform: translateY(0.3rem);
background-color: var(--color-primary); background-color: #000;
color: var(--color-background); color: #fff;
} }