user page instructions should be dimmed
This commit is contained in:
parent
c0c0bfa35e
commit
d28e03c3aa
|
@ -63,7 +63,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.instructions {
|
.instructions {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 50%);
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue