Skip to content

Commit

Permalink
fix css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed May 7, 2020
1 parent a6e325b commit 3638f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MMM-ping.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.MMM-ping .list,
.MMM-ping-modal .list {
text-align: left;
text-align: left;
}

.MMM-ping div.colored.green,
.MMM-ping-modal div.colored.green {
color: green;
color: green;
}

.MMM-ping div.colored.red,
.MMM-ping-modal div.colored.red {
color: red;
color: red;
}

0 comments on commit 3638f02

Please sign in to comment.