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

        1. bad_colors_at_website.jpg
          459 kB
          Silver Zachara
        2. image-2021-10-29-14-50-42-265.png
          265 kB
          Bastien
        3. image-2021-10-29-14-51-47-354.png
          243 kB
          Bastien
        4. my_dark_theme.jpg
          202 kB
          Silver Zachara

        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