diff --git a/styleguide.css b/styleguide.css index eea83df..1d0de78 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2138,10 +2138,6 @@ section + section { color: var(--text-vsf-drawer-object-card-body); } -.sg-vsf-fundamental-score-segment { - background: var(--surface-content-block-card-title); -} - /* ========================================================= */ /* Patterns: Text Layouts */ /* ========================================================= */ @@ -2352,6 +2348,10 @@ section + section { background: var(--surface-object-card-lower-segment); } +.sg-card-segment.sg-card-segment--body.sg-vsf-fundamental-score-segment { + background: var(--surface-content-block-card-title); +} + .sg-card-segment.sg-vsf-drawer-card__actions-segment { flex-direction: column; align-items: flex-start;