Night theme: Don't invert logo color

This commit is contained in:
Lars Müller 2022-02-20 23:58:38 +01:00 committed by GitHub
parent d9c885ec9a
commit b75896c9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const NightTheme = {
'--table-border-color': '#292929',
'--table-header-color': '#505050',
'--shadow-color': 'rgba(255, 255, 255, 0.1)',
'--invert-logo-color': 'invert(1)',
'--invert-logo-color': 'invert(0)',
themeName: 'NightTheme'
}