dark mode: fix <kbd> tag colors.

Use a light background for <kbd> tags on the keyboard shortcuts page for
better contrast with the page backgorund.
This commit is contained in:
evazion
2020-04-17 00:39:16 -05:00
parent 698f742046
commit 94180d77b4

View File

@@ -339,8 +339,8 @@ body[data-current-user-theme="dark"] {
--jquery-ui-widget-content-background: var(--grey-2);
--jquery-ui-dialog-box-shadow: 0 0 8px var(--grey-1);
--keyboard-shortcut-color: var(--text-color);
--keyboard-shortcut-background-color: var(--grey-2);
--keyboard-shortcut-color: var(--grey-1);
--keyboard-shortcut-background-color: var(--grey-5);
--modqueue-tag-warning-color: var(--error-background-color);