mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 11:15:43 +03:00
Change pin icon color
It gets easily confused with heart icon
This commit is contained in:
parent
246862e0a4
commit
b6721fc58f
1 changed files with 1 additions and 1 deletions
|
@ -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% {
|
||||||
|
|
Loading…
Reference in a new issue