aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.
https://adidoks.org
MIT License
220 stars 80 forks source link

Theme color not applied #3

Closed oknozor closed 3 years ago

oknozor commented 3 years ago

First thanks for the great theme !

Seems changing the theme_color attribute under config.toml -> [extra] -> theme_color does not change anything.

[extra]
theme_color = "#000"

I am missing something ?

aaranxu commented 3 years ago

It's a meta tag, and it's just valid for the Chrome browser on Android devices. See also: “Chrome Mobile color bar theme-color meta tag not working”.

oknozor commented 3 years ago

Ah sorry I misunderstood the meaning of the tag. I guess you can close this then.