Change pin icon color

It gets easily confused with heart icon
This commit is contained in:
Lim Chee Aun 2024-02-22 14:21:47 +08:00
parent 246862e0a4
commit b6721fc58f

View file

@ -2045,7 +2045,7 @@ a.card:is(:hover, :focus):visited {
color: var(--link-color); color: var(--link-color);
} }
.status-badge .pin { .status-badge .pin {
color: var(--red-color); color: var(--link-text-color);
} }
@keyframes swoosh-from-right { @keyframes swoosh-from-right {
0% { 0% {