123456789101112131415 |
- .red{
- background-color:rgba(255,10,30,0.7);
- }
- .green{
- background-color:rgba(80, 220, 50, 0.7);
- }
- .my-number{
- background-color:rgba(0, 115, 00, 0.99) !important;
- color: white;
- }
- .op-number{
- background-color:rgba(135, 0, 00, 0.99) !important;
- }
|