Style: make all buttons background black

This commit is contained in:
2026-01-23 13:55:55 +02:00
parent 67b02d354a
commit dcc2b07473

View File

@@ -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;
}