Fixes dark mode on Keyboard Shortcuts

This commit is contained in:
Stuart Breckenridge
2023-01-05 08:03:46 +08:00
committed by Brent Simmons
parent 6247d72a5b
commit 4289518e36

View File

@@ -12,6 +12,16 @@
line-height: 1.4em;
font-family: -apple-system;
}
@media (prefers-color-scheme: dark) {
body {
color: white;
background-color: #333333;
}
table tr:nth-child(odd) {
background-color: #1E1E1E !important;
}
}
table {
width: 100%;
line-height: 2.0em;