Skip to content

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
penqe committed May 17, 2024
1 parent c82f211 commit 3db2021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stanzas/treemap/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ svg {
> rect.container {
fill: var(--togostanza-theme-background_color);
}

text {
font-size: calc(var(--togostanza-fonts-font_size_primary) * 1px);
> tspan.number-label {
Expand All @@ -20,10 +20,10 @@ svg {

&:has(rect.selectable.-selected) {
rect.selectable {
opacity: 0.3;
opacity: var(--togostanza-fadeout-opacity);
}
}

g {
rect.selectable:not(.breadcrumb) {
&.-selected {
Expand Down

0 comments on commit 3db2021

Please sign in to comment.