From dc30e5f890ec80341ceecb408c6a60cb46203c52 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 20 Jun 2026 14:47:08 +0200 Subject: [PATCH] style: set the primary theme colour to #2e86de --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index cc6d4d1..8a66f59 100644 --- a/src/style.css +++ b/src/style.css @@ -9,7 +9,7 @@ @plugin "daisyui/theme" { name: "light"; default: true; - --color-primary: #16a34a; + --color-primary: #2e86de; } @theme {