fix: link color default to #0051ad

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 15:25:14 -05:00
parent 09bb2d5753
commit 218a85344d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();