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

Qt website does not support dark mode

    XMLWordPrintable

Details

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

      Firefox browser with dark mode enabled.

    Description

      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.

      {{}}

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes