Skip to content

Commit 67fb3b7

Browse files
committed
Fix issue #991
Contrast in help is bad in dark mode Signed-off-by: Jesus Samitier <jsamitier@protonmail.com>
1 parent fe9ea9a commit 67fb3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppHelp.vue

Lines changed: 1 addition & 1 deletion
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)