Set theme color to the primary color #126

Merged
jakob.scheid merged 1 commits from feature/theme-color into main 2026-07-20 22:12:48 +02:00
Member

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

## 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
jakob.gregory added 1 commit 2026-07-20 19:25:25 +02:00
jakob.gregory added the Area/Global
Priority
Medium
3
Kind/Feature
labels 2026-07-20 19:25:59 +02:00
jakob.gregory added this to the 0.1.0 milestone 2026-07-20 19:26:05 +02:00
jakob.gregory added this to the Project Board project 2026-07-20 19:26:08 +02:00
jakob.gregory moved this to Review in Project Board on 2026-07-20 19:26:11 +02:00
jakob.gregory added a new dependency 2026-07-20 19:26:39 +02:00
jakob.gregory removed a dependency 2026-07-20 19:26:51 +02:00
jakob.scheid approved these changes 2026-07-20 22:12:27 +02:00
jakob.scheid merged commit 7c858d53d8 into main 2026-07-20 22:12:48 +02:00
jakob.scheid deleted branch feature/theme-color 2026-07-20 22:12:48 +02:00
jakob.scheid moved this to Done in Project Board on 2026-07-20 22:26:33 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#126