Style: make all buttons background black
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user