app.css 249 B

123456789101112131415
  1. .red{
  2. background-color:rgba(255,10,30,0.7);
  3. }
  4. .green{
  5. background-color:rgba(80, 220, 50, 0.7);
  6. }
  7. .my-number{
  8. background-color:rgba(0, 115, 00, 0.99) !important;
  9. color: white;
  10. }
  11. .op-number{
  12. background-color:rgba(135, 0, 00, 0.99) !important;
  13. }