Discord embed colors should match our brand #66

Open
opened 9 months ago by bvisness · 1 comments
Owner

The left stripe when our site is embedded on Discord is just white. Not very exciting (and it disappears on light theme).

image

It can look nice with minimal effort using a meta tag:

image

This is done simply by

<meta name="theme-color" content="#346ba6">

in the header.

We should do this on all pages, not just the jam page, but we should use the primary color of the project being linked.

The left stripe when our site is embedded on Discord is just white. Not very exciting (and it disappears on light theme). ![image](/attachments/0eb95b5c-fdf0-4496-9af5-72081ce7dac2) It can look nice with minimal effort using a meta tag: ![image](/attachments/a80dc9dc-bcd8-4d02-bec7-39f757754115) This is done simply by ```html <meta name="theme-color" content="#346ba6"> ``` in the header. We should do this on all pages, not just the jam page, but we should use the primary color of the project being linked.
bvisness added the
good first issue
label 9 months ago
bvisness closed this issue 8 months ago
Poster
Owner

Reopening because I feel like we need a better fallback than #ffffff, and personal projects need some reasonable behavior here...colors, man, I tell ya

Reopening because I feel like we need a better fallback than `#ffffff`, and personal projects need some reasonable behavior here...colors, man, I tell ya
bvisness reopened this issue 8 months ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: hmn/hmn#66
Loading…
There is no content yet.