This commit is contained in:
bronku 2026-05-13 12:46:52 +02:00
parent a206518367
commit d894860000
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
& > p {
grid-row: 2;
grid-column: 1/span 2;
text-color: var(--on-surface);
color: var(--on-surface);
font-size: 0.875em;
}
}

View file

@ -79,7 +79,7 @@
}
& > div:last-child > ul > li {
padding: 0.75rem 0rem;
padding: 0.75rem 0;
}
}