Enhancement: use theme-color meta tag (#8359)

This commit is contained in:
shamoon 2024-11-26 10:24:48 -08:00 committed by GitHub
parent ecb300845c
commit a186527f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 39 deletions

View file

@ -17,6 +17,8 @@ export enum GlobalSearchType {
TITLE_CONTENT = 'title-content',
}
export const PAPERLESS_GREEN_HEX = '#17541f'
export const SETTINGS_KEYS = {
LANGUAGE: 'language',
APP_LOGO: 'app_logo',