From f6cb094bbc34279be00990a2bc3e37f9785f9579 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 30 Mar 2026 20:03:43 +0100 Subject: [PATCH] Updates --- src/styles/globals.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 012c8b9..a0fde94 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -8,8 +8,12 @@ --color-primary: #02030f; } -.twui-button-general:not(.twui-breadcrumbs-back-button) { - @apply rounded-none bg-white text-black; +.twui-button-general { + @apply rounded-none; +} + +.twui-button-primary { + @apply bg-white text-black; } .twui-button-general:hover {