Skip to content

Commit bbd2389

Browse files
authored
Merge pull request #2531 from holroy/bug-text-nav-selected
Replaced obsolete CSS-variable, --text-nav-selected
2 parents 7be8729 + ddcf38b commit bbd2389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,23 @@
7474
padding-right: 8px;
7575
font-family: var(--font-monospace);
7676
background-color: var(--background-primary-alt);
77-
color: var(--text-nav-selected);
77+
color: var(--nav-item-color-selected);
7878
}
7979

8080
.dataview.inline-field-value {
8181
padding-left: 8px;
8282
padding-right: 8px;
8383
font-family: var(--font-monospace);
8484
background-color: var(--background-secondary-alt);
85-
color: var(--text-nav-selected);
85+
color: var(--nav-item-color-selected);
8686
}
8787

8888
.dataview.inline-field-standalone-value {
8989
padding-left: 8px;
9090
padding-right: 8px;
9191
font-family: var(--font-monospace);
9292
background-color: var(--background-secondary-alt);
93-
color: var(--text-nav-selected);
93+
color: var(--nav-item-color-selected);
9494
}
9595

9696
/***************/

0 commit comments

Comments
 (0)