From 3cc0887dca1808712e485337cff2c3aecdc10bdd Mon Sep 17 00:00:00 2001 From: dm Date: Mon, 15 Dec 2025 12:40:36 +0100 Subject: [PATCH] =?UTF-8?q?Ma=C5=82a=20=20poprawka=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/buttons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/buttons.css b/src/styles/buttons.css index 44363ae..1cce19b 100644 --- a/src/styles/buttons.css +++ b/src/styles/buttons.css @@ -6,6 +6,12 @@ @apply border border-transparent bg-[--btn-background] text-[--btn-text]; } +.btn-outline{ + @apply border-2; + border-color: rgba(148, 163, 184, 0.08); + +} + .btn-primary:hover { @apply bg-[--btn-background-hover] text-[--btn-text-hover]; }