DEV: use $danger as basis for interested color

This commit is contained in:
jjaffeux 2020-08-15 14:17:41 +02:00
parent a78513058a
commit b5e06a5521
1 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@
.widget-dropdown-header {
.d-icon-star {
color: #daa520;
color: adjust-hue($danger, 25%);
}
}
}
@ -246,7 +246,7 @@
}
&.status-interested .avatar-flair {
color: #daa520;
color: adjust-hue($danger, 25%);
}
}