Merge pull request #1000 from eckelon/fix_991

This commit is contained in:
Julius Härtl 2023-03-24 08:34:58 +01:00 committed by GitHub
commit 323d96b205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ table.notes-help td:first-child, table.notes-help th:first-child {
}
table.notes-help tr:nth-child(even) {
background-color: #eeeeee;
background-color: var(--color-background-dark);
}
</style>