12 lines
134 B
CSS
12 lines
134 B
CSS
.out {
|
|
background-color: red;
|
|
}
|
|
|
|
.low {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.stock {
|
|
background-color: green;
|
|
color: white;
|
|
} |