Condense SCSS in X.svelte
This commit is contained in:
parent
021ae5d4c3
commit
761192145e
1 changed files with 3 additions and 4 deletions
|
|
@ -27,9 +27,8 @@
|
|||
path {
|
||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||
}
|
||||
}
|
||||
|
||||
svg rect {
|
||||
fill: var(--theme-colour-background, white);
|
||||
rect {
|
||||
fill: var(--theme-colour-background, white);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue