new cakes

This commit is contained in:
bronku 2026-06-13 16:30:55 +02:00
parent 290b46a828
commit af4d38b602
5 changed files with 9 additions and 5 deletions

View file

@ -22,15 +22,16 @@
.btn-green {
padding: 0.5rem 1.5rem;
text-decoration: none;
background-color: var(--secondary-container);
background-color: var(--surface-container-highest);
color: var(--on-background);
border-radius: var(--border-radius);
color: var(--on-secondary-container);
transition-duration: 0.2s;
&[href]:not(:hover) {
background-color: var(--surface-container-highest);
color: var(--on-background);
&:hover,
&[aria-current="page"] {
background-color: var(--secondary-container);
color: var(--on-secondary-container);
}
}