Desk.min.css color change not working

Hello,
i want to change the color of list cash flow name appeared on dashboard,

i have tried this in desk.min.css, but it didnt work.

a.text-muted,
a.text-extra-muted {
color: black;
text-decoration: underline;
font-weight: bold;
font-size: 13px;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
}
Note: Only the color property is not working rest are working.
Can anyone help?

hii
i found solution for this:
by using
color: black !important;
Thanks.

1 Like