fix: link color default to #0051ad
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@
|
||||
<field name="color_link" type="color"
|
||||
label="PLG_SYSTEM_MOKOWAAS_COLOR_LINK_LABEL"
|
||||
description="PLG_SYSTEM_MOKOWAAS_COLOR_LINK_DESC"
|
||||
default="#2ecc71" />
|
||||
default="#0051ad" />
|
||||
<field name="custom_css" type="textarea"
|
||||
label="PLG_SYSTEM_MOKOWAAS_CUSTOM_CSS_LABEL"
|
||||
description="PLG_SYSTEM_MOKOWAAS_CUSTOM_CSS_DESC"
|
||||
|
||||
+1
-1
@@ -410,7 +410,7 @@ class plgSystemMokoWaaSInstallerScript implements InstallerScriptInterface
|
||||
'emptyLoginLogoAlt' => '1',
|
||||
'hue' => 'hsl(219, 44%, 18%)',
|
||||
'special-color' => '#1a2744',
|
||||
'link-color' => '#2ecc71',
|
||||
'link-color' => '#0051ad',
|
||||
];
|
||||
|
||||
$db = Factory::getDbo();
|
||||
|
||||
Reference in New Issue
Block a user