10 lines
137 B
CSS
10 lines
137 B
CSS
#wireplumber {
|
|
background-color: #fff0f5;
|
|
padding: 0 10px;
|
|
color: #000000;
|
|
}
|
|
|
|
#wireplumber.muted {
|
|
background-color: #f53c3c;
|
|
}
|
|
|