styling share

This commit is contained in:
Jay V
2025-05-28 20:04:58 -04:00
parent 3d61cc5d2b
commit 5974a53071

View File

@@ -85,19 +85,21 @@
} }
[data-section="stats"][data-section-models] { [data-section="stats"][data-section-models] {
gap: 0.5rem; li {
gap: 0.3125rem;
[data-stat-model-icon] { [data-stat-model-icon] {
flex: 0 0 auto; flex: 0 0 auto;
color: var(--sl-color-text-dimmed); color: var(--sl-color-text-dimmed);
opacity: 0.85; opacity: 0.85;
svg { svg {
display: block; display: block;
}
} }
}
span[data-stat-model] { span[data-stat-model] {
color: var(sl-color-text); color: var(sl-color-text);
}
} }
} }
@@ -167,7 +169,6 @@
span[data-part-model] { span[data-part-model] {
line-height: 1.5; line-height: 1.5;
font-weight: 500;
} }
} }
} }