Skip to content

Commit

Permalink
Merge pull request #1000 from eckelon/fix_991
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Mar 24, 2023
2 parents fe9ea9a + 67fb3b7 commit 323d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHelp.vue
Expand Up @@ -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>

0 comments on commit 323d96b

Please sign in to comment.