set the theme color to Seekra's primary color (#0158D2)
Note: The theme-color meta tag does not reliably support CSS variables (var(--primary-color)) or oklch(...) values, so the primary color (oklch(0.497 0.202 260)) was converted to its hexadecimal representation (#0158D2).
## Summary
- add the `theme-color` meta tag to `index.html`
- set the theme color to Seekra's primary color (`#0158D2`)
Note: The `theme-color` meta tag does not reliably support CSS variables (`var(--primary-color)`) or `oklch(...)` values, so the primary color (`oklch(0.497 0.202 260)`) was converted to its hexadecimal representation (`#0158D2`).
## Related issues
Closes: #122
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
theme-colormeta tag toindex.html#0158D2)Note: The
theme-colormeta tag does not reliably support CSS variables (var(--primary-color)) oroklch(...)values, so the primary color (oklch(0.497 0.202 260)) was converted to its hexadecimal representation (#0158D2).Related issues
Closes: #122