Fix the raw 'blue' in recommendation cards to use '$blue'
This commit is contained in:
parent
48a260fc33
commit
521df4db97
|
@ -166,7 +166,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.active {
|
tr.active {
|
||||||
color: blue;
|
color: $blue;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
// When there’s only one task, it doesn’t need highlighting
|
// When there’s only one task, it doesn’t need highlighting
|
||||||
|
|
Loading…
Reference in a new issue