-
Hi, In the new MacOS, the accent color of a webpage is defined by the overall color of the page to create continuity, but for the minimal blog theme this becomes a clear contrast instead (see picture). Is there anything in the CSS to change so the color becomes the same as the page (either navy or white theme) instead (see example picture from Apple) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I think if there is a way to change the "--theme-ui-colors-primary: #9f7aea;" found in the html (not my expertise area) this could be it, but no such code on the files so how does themeui work, this is the mystery |
Beta Was this translation helpful? Give feedback.
-
This is a wild guess but is maybe it's taking the It's the purple you're seeing. Just for the sake of testing it, change that color and see if anything changes 😅 |
Beta Was this translation helpful? Give feedback.
-
Restarted the computer, fresh Github clone and IT WORKS. |
Beta Was this translation helpful? Give feedback.
-
I've found the answer also here now: https://developer.apple.com/documentation/safari-release-notes/safari-15-beta-release-notes
|
Beta Was this translation helpful? Give feedback.
This is a wild guess but is maybe it's taking the
theme_color
from the generated manifest file into account?https://github.com/LekoArts/gatsby-themes/blob/master/examples/minimal-blog/gatsby-config.js#L72
It's the purple you're seeing. Just for the sake of testing it, change that color and see if anything changes 😅