From 7610ce56f09db918ef966aca1aee213c35c5a6fa Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 4 Sep 2022 15:55:06 +0200 Subject: [PATCH] Fix btn color --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index fe8eb9da8..e299dd14e 100644 --- a/css/index.css +++ b/css/index.css @@ -213,6 +213,7 @@ button :is(:where(p)) { button a { @apply + text-black px-12 }