mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Fix color mode
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
{ name: 'twitter:site', content: '@jellyfin' }
|
||||
],
|
||||
colorMode: {
|
||||
defaultMode: 'light',
|
||||
defaultMode: 'dark',
|
||||
disableSwitch: true,
|
||||
respectPrefersColorScheme: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user