mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
updating rating button styles to more closely resemble icons
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
.symbol-body {
|
||||
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