Uploaded image for project: 'Qt Project Website'
  1. Qt Project Website
  2. QTWEBSITE-1005

Qt website does not support dark mode

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • None
    • None
    • qt.io
    • None
    • Qt website

      Firefox browser with dark mode enabled.

      Can you please add this CSS or similar to support browsers that are in Dark Mode?
       :root { color-scheme: dark light; }
      @media (prefers-color-scheme: light) {
      body

      {background-color: #f8f8f8; color:#202080; }

      }
      @media (prefers-color-scheme: dark) {
      body

      {background-color: #000000; color:#ffe000; }

      }
      It's that easy.

      {{}}

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            anssi_makela Anssi Mäkelä
            publicname Elon Fusk
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes