green = do (#2257)

blue = consider
red = avoid
light gray = why
This commit is contained in:
John Papa 2016-09-02 19:41:08 -04:00 committed by Ward Bell
parent e02f255e0a
commit 58a787a34d
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
}
.s-rule.do {
border-left-color: #1976D2;
border-left-color: #237317;
}
.s-rule.consider {
border-left-color: rgba(35, 115, 23, 0.64);
border-left-color: #1976D2;
}
.s-rule.avoid {