Skip to content
Snippets Groups Projects
Select Git revision
  • 8d7677dbcd5a2a4ae4e3f52ad57e74b198218627
  • main default protected
2 results

counter.module.css

Blame
  • counter.module.css 82 B
    .red {
      color: rgba(255 0 0 / 100%);
    }
    
    .blue {
      color: rgba(0 0 255 / 100%);
    }