mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixes dark mode on Keyboard Shortcuts
This commit is contained in:
committed by
Brent Simmons
parent
6247d72a5b
commit
4289518e36
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user