mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Fix theme color not showing up properly in OpenGraph/Discord embeds (#1384)
This commit is contained in:
+2
-2
@@ -408,9 +408,9 @@ useSeoMeta({
|
||||
description,
|
||||
publisher: 'Rinth, Inc.',
|
||||
themeColor: [
|
||||
{ color: '#1bd96a', media: '(prefers-color-scheme:no-preference)' },
|
||||
{ color: '#1bd96a', media: '(prefers-color-scheme:dark)' },
|
||||
{ color: '#00af5c', media: '(prefers-color-scheme:light)' },
|
||||
{ color: '#1bd96a', media: '(prefers-color-scheme:dark)' },
|
||||
{ color: '#1bd96a' },
|
||||
],
|
||||
colorScheme: 'dark light',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user