elementary/website

Support dark color schemes

開放

#2,192 建立於 2019年5月15日

 (5 則留言) (4 個反應) (0 位負責人)PHP (712 個分叉)github user discovery
HacktoberfestStatus: In Progress

倉庫指標

星標
 (1,263 顆星)
PR 合併指標
 (平均合併 20小時 18分鐘) (30 天內合併 40 個 PR)

描述

With browsers across macOS, Android, Windows, and soon iOS and GNOME Web supporting the prefers-color-scheme media query, we should support it for our site as well. This involves a few tasks:

  • Support the media query itself with a specific dark color scheme
  • Check images and ensure major ones (i.e. on the front page) don't have hardcoded white backgrounds—instead, we should use transparent PNGs
  • Test at least on macOS Safari and Chrome Canary for Android

More info: https://webkit.org/blog/8840/dark-mode-support-in-webkit/

貢獻者指南