Style: make all buttons background black

This commit is contained in:
2026-01-23 13:53:32 +02:00
parent 30ba5fd1aa
commit 67b02d354a

View File

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