fix some CSS color issues
This commit is contained in:
parent
c8a0994f24
commit
96fc5addc4
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
tr.instructions {
|
tr.instructions {
|
||||||
label {
|
label {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -233,7 +233,6 @@
|
||||||
max-width: 165px;
|
max-width: 165px;
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
color: rgba($secondary, .7);
|
|
||||||
margin: 0 0 7px 0;
|
margin: 0 0 7px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in New Issue