From 218a85344d4e925df132f67aa43917ce1ce14e3a Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:25:14 -0500 Subject: [PATCH] fix: link color default to #0051ad Co-Authored-By: Claude Opus 4.6 (1M context) --- src/mokowaas.xml | 2 +- src/script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mokowaas.xml b/src/mokowaas.xml index 0843165..3843428 100644 --- a/src/mokowaas.xml +++ b/src/mokowaas.xml @@ -205,7 +205,7 @@ + default="#0051ad" /> '1', 'hue' => 'hsl(219, 44%, 18%)', 'special-color' => '#1a2744', - 'link-color' => '#2ecc71', + 'link-color' => '#0051ad', ]; $db = Factory::getDbo();