From dcc2b074739b771fe69d741d0e36486dac519eb2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 13:55:55 +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 4a4ec19..fb34cd7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -559,3 +559,8 @@ img:hover { button, .button, [class*='button'], [class*='btn'] { background-color: #000000; } + +/* Mass style: make all buttons background black */ +button, .button, [class*='button'], [class*='btn'] { + background-color: #000000; +}