7 lines
76 B
CSS
7 lines
76 B
CSS
|
.green {
|
||
|
background-color: #80FF80;
|
||
|
}
|
||
|
.red {
|
||
|
background-color: #FF8080;
|
||
|
}
|