PercySingleton / Portfolio

0 stars 0 forks source link

dark mode changes all colors on site #13

Open PercySingleton opened 4 months ago

PercySingleton commented 4 months ago

Name:

dark mode changes all colours on site

Description:

Opening the site on an IOS device in one of the browsers listed below will cause the site to load in the users default colour mode. For user that use dark mode, the site loads with colours that are not on par with branding.

Steps to Reproduce:

  1. Open an IOS device, and set the system preferences to dark mode
  2. Open the site in Edge or Firefox

Expected Result:

Page should not change colours as the page it'self is intentionally made with a dark theme.

Actual Result:

Edge: Image

Firefox: Image

Configuration:

The bug is present on the checked configurations

Iphone

Type:

Bug

Assignee: Airrick

PercySingleton commented 4 months ago

adding color-scheme: only light; to :root{} fixed this very easily