From 42361110cfcf394f2224bf5c719ee1986a54d04c Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 21 Feb 2025 23:00:07 +0100 Subject: Fix colors --- front/src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Main.elm b/front/src/Main.elm index 15a0bd6..62ed651 100644 --- a/front/src/Main.elm +++ b/front/src/Main.elm @@ -207,7 +207,7 @@ butAttrs = clickableAttrs : Msg -> List (Attribute Msg) clickableAttrs msg = - [ onClick msg, class "text-blue-800", style "cursor" "pointer" ] + [ onClick msg, class "text-lime-600", style "cursor" "pointer" ] -- cgit v1.2.3