File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed
Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -121,26 +121,25 @@ if (!hideBreadcrumbs) {
121121<style >
122122 :root {
123123 --color-link-breadcrumbs: var(--sl-color-text-accent);
124+ }
124125
125- .c-breadcrumbs {
126- --spacing-vertical-separator-breadcrumbs: 0.625rem;
127-
128- padding: 0.5rem 0;
126+ :global( .c-breadcrumbs) {
127+ --spacing-vertical-separator-breadcrumbs: 0.625rem;
128+ padding: 0.5rem 0;
129+ }
129130
130- .c-breadcrumbs__link {
131- font-size: 0.75rem;
132- line-height: 1.25rem;
133- font-weight: 600;
134- }
131+ :global( .c-breadcrumbs__link) {
132+ font-size: 0.75rem;
133+ line-height: 1.25rem;
134+ font-weight: 600;
135+ }
135136
136- .c-breadcrumbs__separator {
137- color: var(--color-cl1-brand-orange);
138- }
137+ :global( .c-breadcrumbs__separator) {
138+ color: var(--color-cl1-brand-orange);
139+ }
139140
140- .c-breadcrumbs__truncated-button {
141- color: var(--color-cl1-brand-orange);
142- }
143- }
141+ :global(.c-breadcrumbs__truncated-button) {
142+ color: var(--color-cl1-brand-orange);
144143 }
145144</style >
146145
You can’t perform that action at this time.
0 commit comments