Skip to content

Commit 323d96b

Browse files
authored
Merge pull request #1000 from eckelon/fix_991
2 parents fe9ea9a + 67fb3b7 commit 323d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppHelp.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ table.notes-help td:first-child, table.notes-help th:first-child {
182182
}
183183
184184
table.notes-help tr:nth-child(even) {
185-
background-color: #eeeeee;
185+
background-color: var(--color-background-dark);
186186
}
187187
188188
</style>

0 commit comments

Comments
 (0)