12 lines
140 B
SCSS
12 lines
140 B
SCSS
.sourcevol{
|
|
background: steelblue;
|
|
color: black;
|
|
}
|
|
.sinkvol{
|
|
background: slateblue;
|
|
color: black;
|
|
}
|
|
.muted{
|
|
background: tomato;
|
|
}
|