summaryrefslogtreecommitdiff
path: root/client/src/components/active.css
blob: e8b5f60c5e0b82a5175e02c7aee790147f8657ba (plain)
1
2
3
4
5
6
7
.active {
  background-color: #1976d2
}

.inactive {
  background-color: #c4c4c4
}