The left stripe when our site is embedded on Discord is just white. Not very exciting (and it disappears on light theme).
It can look nice with minimal effort using a meta tag:
This is done simply by
<metaname="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).

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

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.
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
The left stripe when our site is embedded on Discord is just white. Not very exciting (and it disappears on light theme).
It can look nice with minimal effort using a meta tag:
This is done simply by
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.
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