From e66f5bb1b8e9106b0bf1d20872b4815c767fc83f Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Thu, 7 Nov 2024 00:50:49 +0700 Subject: [PATCH] chore(style): Changed main homepage buttons color to orange --- internal/handler/views/src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handler/views/src/css/main.css b/internal/handler/views/src/css/main.css index acec5b5..f51125a 100644 --- a/internal/handler/views/src/css/main.css +++ b/internal/handler/views/src/css/main.css @@ -19,7 +19,7 @@ a.external { /** home page **/ a.btn-link { - @apply py-1 px-3 mt-2 inline-flex items-center gap-x-1 text-sm font-medium rounded-lg border border-neutral-700 bg-neutral-800 text-white shadow-sm hover:bg-neutral-700; + @apply py-1 px-3 mt-2 inline-flex items-center gap-x-1 text-sm font-medium rounded-lg border border-orange-500 bg-orange-600 text-white shadow-sm hover:brightness-125; } /* my nodes copy input button */ button.copy-input {