mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
add favorite icon color
This commit is contained in:
@@ -62,6 +62,10 @@
|
||||
color: var(--theme-colors-state-warn);
|
||||
}
|
||||
|
||||
.color-favorite {
|
||||
color: rgb(255 49 49);
|
||||
}
|
||||
|
||||
.fill {
|
||||
fill: transparent;
|
||||
}
|
||||
@@ -102,6 +106,10 @@
|
||||
fill: var(--theme-colors-state-warn);
|
||||
}
|
||||
|
||||
.fill-favorite {
|
||||
fill: rgb(255 49 49);
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user