Discord embed colors should match our brand #66

Open
opened 2022-07-07 03:10:51 +00:00 by bvisness · 1 comment
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 2022-07-07 03:11:04 +00:00
Author
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 2022-07-25 20:17:05 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/hmn#66
No description provided.