Issue #1784 - Add -moz-dark-theme media query and allow prefers-color-scheme to follow it.

This commit is contained in:
athenian200 2021-06-22 18:14:44 +00:00 committed by roytam1
commit efc6048941
3 changed files with 64 additions and 7 deletions

View file

@ -2267,6 +2267,7 @@ GK_ATOM(windows_theme_generic, "windows-theme-generic")
// And the same again, as media query keywords.
GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available")
GK_ATOM(_moz_dark_theme, "-moz-dark-theme")
GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward")
GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward")
GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward")