mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat: update meta and manifest theme color
This commit is contained in:
parent
55ca5b833a
commit
40ca38fc29
|
@ -497,7 +497,7 @@
|
|||
"public": true
|
||||
},
|
||||
"ThemeColor": {
|
||||
"value": "#11151d",
|
||||
"value": "#131a21",
|
||||
"description": "The theme color defined in the meta tag",
|
||||
"descriptionmsg": "citizen-config-themecolor",
|
||||
"public": true
|
||||
|
@ -593,13 +593,13 @@
|
|||
"public": true
|
||||
},
|
||||
"ManifestThemeColor": {
|
||||
"value": "#11151d",
|
||||
"value": "#131a21",
|
||||
"description": "The theme color defined in the web app manifest",
|
||||
"descriptionmsg": "citizen-config-manfiestthemecolor",
|
||||
"public": true
|
||||
},
|
||||
"ManifestBackgroundColor": {
|
||||
"value": "#fff",
|
||||
"value": "#131a21",
|
||||
"description": "The background color defined in the web app manifest",
|
||||
"descriptionmsg": "citizen-config-manifestbackgroundcolor",
|
||||
"public": true
|
||||
|
|
Loading…
Reference in a new issue