You've already forked AstralRinth
forked from didirus/AstralRinth
Fix theme color not showing up properly in OpenGraph/Discord embeds (#1384)
This commit is contained in:
committed by
GitHub
parent
606b5ac5ab
commit
a6766ef1c0
@@ -408,9 +408,9 @@ useSeoMeta({
|
|||||||
description,
|
description,
|
||||||
publisher: 'Rinth, Inc.',
|
publisher: 'Rinth, Inc.',
|
||||||
themeColor: [
|
themeColor: [
|
||||||
{ color: '#1bd96a', media: '(prefers-color-scheme:no-preference)' },
|
|
||||||
{ color: '#1bd96a', media: '(prefers-color-scheme:dark)' },
|
|
||||||
{ color: '#00af5c', media: '(prefers-color-scheme:light)' },
|
{ color: '#00af5c', media: '(prefers-color-scheme:light)' },
|
||||||
|
{ color: '#1bd96a', media: '(prefers-color-scheme:dark)' },
|
||||||
|
{ color: '#1bd96a' },
|
||||||
],
|
],
|
||||||
colorScheme: 'dark light',
|
colorScheme: 'dark light',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user