mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
updating rating button styles to more closely resemble icons
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
.symbol-body {
|
.symbol-body {
|
||||||
svg {
|
svg {
|
||||||
stroke: var(--theme-colors-foreground-muted);
|
stroke: alpha(var(--theme-colors-foreground), 0.7);
|
||||||
|
stroke-width: 2px;
|
||||||
|
|
||||||
|
&:not([data-filled='true']) {
|
||||||
|
fill: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user