Skip to content

fix:fallback theme styles for browsers without light-dark() support - #462

Closed
As-ajay06 wants to merge 3 commits into
wagtail:mainfrom
As-ajay06:fallback_theme_styles_for_browser_without_light-dark_support
Closed

fix:fallback theme styles for browsers without light-dark() support#462
As-ajay06 wants to merge 3 commits into
wagtail:mainfrom
As-ajay06:fallback_theme_styles_for_browser_without_light-dark_support

Conversation

@As-ajay06

@As-ajay06 As-ajay06 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Fixes #426

Description

Add fallback theme styles for browsers without light-dark() support

AI usage

AI has been for drafting in this issue , and researching the browser part.

Also regarding new changes to the issue

the CSS light-dark() function is a relatively new feature and achieved baseline support across major modern browsers around May 2024.

Here is the breakdown of which older versions will NOT run this feature (i.e. they do not support light-dark()):

  • Chrome & Edge: Versions 122 and older will NOT support it. (Support was introduced in version 123, released in March 2024).
  • Firefox: Versions 119 and older will NOT support it. (Support was introduced in version 120, released in November 2023).
  • Safari: Versions 17.3 and older will NOT support it. (Support was introduced in version 17.4, released in March 2024).
  • Opera: Versions 108 and older will NOT support it. (Because Opera is based on Chromium, it gained support around the same time as Chrome 123, which maps to Opera 109).

@thibaudcolas

Copy link
Copy Markdown
Member

Closing, see #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add fallback theme styles for browsers without light-dark() support

2 participants