From 67b02d354a98d90ab65317172233168652115f5a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 13:53:32 +0200 Subject: [PATCH] Style: make all buttons background black --- src/app/globals.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index 14d660c..4a4ec19 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -554,3 +554,8 @@ img { img:hover { filter: blur(4px); } + +/* Mass style: make all buttons background black */ +button, .button, [class*='button'], [class*='btn'] { + background-color: #000000; +}