diff options
Diffstat (limited to 'front')
-rw-r--r-- | front/src/Main.elm | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |