6 lines
80 B
CSS
6 lines
80 B
CSS
|
label {
|
||
|
background-image: none;
|
||
|
background-color: purple;
|
||
|
color: white;
|
||
|
}
|