chore: replace old primary background token with new one

This commit is contained in:
Christian Andolf
2025-06-17 15:37:26 +02:00
parent db94a12634
commit 6ca79d6bab
42 changed files with 50 additions and 50 deletions

View File

@@ -45,14 +45,14 @@
}
.content .tbody {
background-color: var(--Base-Background-Primary-Normal);
background-color: var(--Background-Primary);
}
.content.striped .tbody .tr:nth-child(odd) {
background-color: var(--Base-Surface-Subtle-Normal);
}
.content.striped .tbody .tr:nth-child(even) {
background-color: var(--Base-Background-Primary-Normal);
background-color: var(--Background-Primary);
}
@media screen and (min-width: 768px) {