fix profile pages

This commit is contained in:
Robin Appelman 2023-04-19 22:25:36 +02:00
commit 6181198f54
4 changed files with 17 additions and 13 deletions

View file

@ -46,7 +46,7 @@
width: 180px;
}
& tr:nth-child(odd) {
& tbody tr:nth-child(odd) {
background-color: var(--primary-color-accent);
}
}