Skip to content

Commit c38db4a

Browse files
Update PST scss (#470)
1 parent 506f8bd commit c38db4a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

assets/theme-css/pst/components/_breadcrumbs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ul.bd-breadcrumbs {
1212

1313
li.breadcrumb-item {
1414
display: flex;
15-
align-items: baseline;
15+
align-items: center;
1616

1717
// Style should look like heavier in-page links
1818
// keeping visited in the default link colour

assets/theme-css/pst/variables/_color.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ html:not([data-theme]) {
310310
@each $mode in (light, dark) {
311311
html[data-theme="#{$mode}"] {
312312
@include theme-colors($mode);
313+
color-scheme: $mode;
313314
}
314315
}
315316

0 commit comments

Comments
 (0)