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
|
"public": true
|
||||||
},
|
},
|
||||||
"ThemeColor": {
|
"ThemeColor": {
|
||||||
"value": "#11151d",
|
"value": "#131a21",
|
||||||
"description": "The theme color defined in the meta tag",
|
"description": "The theme color defined in the meta tag",
|
||||||
"descriptionmsg": "citizen-config-themecolor",
|
"descriptionmsg": "citizen-config-themecolor",
|
||||||
"public": true
|
"public": true
|
||||||
|
@ -593,13 +593,13 @@
|
||||||
"public": true
|
"public": true
|
||||||
},
|
},
|
||||||
"ManifestThemeColor": {
|
"ManifestThemeColor": {
|
||||||
"value": "#11151d",
|
"value": "#131a21",
|
||||||
"description": "The theme color defined in the web app manifest",
|
"description": "The theme color defined in the web app manifest",
|
||||||
"descriptionmsg": "citizen-config-manfiestthemecolor",
|
"descriptionmsg": "citizen-config-manfiestthemecolor",
|
||||||
"public": true
|
"public": true
|
||||||
},
|
},
|
||||||
"ManifestBackgroundColor": {
|
"ManifestBackgroundColor": {
|
||||||
"value": "#fff",
|
"value": "#131a21",
|
||||||
"description": "The background color defined in the web app manifest",
|
"description": "The background color defined in the web app manifest",
|
||||||
"descriptionmsg": "citizen-config-manifestbackgroundcolor",
|
"descriptionmsg": "citizen-config-manifestbackgroundcolor",
|
||||||
"public": true
|
"public": true
|
||||||
|
|
Loading…
Reference in a new issue