This commit is contained in:
isUnknown 2025-02-03 13:48:12 +01:00
parent 69f4cddd00
commit 979106e8eb
2 changed files with 16 additions and 0 deletions

View file

@ -8,3 +8,18 @@
.k-panel-menu-button[aria-current] * {
color: #000;
}
.k-panel[data-template="year"] .k-list-items .k-item:first-child {
margin-bottom: 2rem;
}
.k-panel[data-template="year"] .k-list-items::before {
content: "Texte princeps";
display: block;
padding: 0.5rem;
padding-bottom: 0.7rem;
border-radius: var(--rounded-md) var(--rounded-md) 0 0;
transform: translateY(0.3rem);
background-color: #000;
color: #fff;
}