UX: Better contrast context menu text color (#31)

This commit is contained in:
Keegan George 2022-10-13 14:53:04 -07:00 committed by GitHub
parent 7e65777187
commit 213c42eb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ table.jexcel {
border-color: var(--jexcel_border_color);
}
.jexcel_container .jcontextmenu > div a {
color: var(--jexcel_menu_color);
}
.jexcel_corner {
background-color: var(--tertiary);
}