File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
padding-right : 8px ;
75
75
font-family : var (--font-monospace );
76
76
background-color : var (--background-primary-alt );
77
- color : var (--text- nav-selected );
77
+ color : var (--nav-item-color -selected );
78
78
}
79
79
80
80
.dataview .inline-field-value {
81
81
padding-left : 8px ;
82
82
padding-right : 8px ;
83
83
font-family : var (--font-monospace );
84
84
background-color : var (--background-secondary-alt );
85
- color : var (--text- nav-selected );
85
+ color : var (--nav-item-color -selected );
86
86
}
87
87
88
88
.dataview .inline-field-standalone-value {
89
89
padding-left : 8px ;
90
90
padding-right : 8px ;
91
91
font-family : var (--font-monospace );
92
92
background-color : var (--background-secondary-alt );
93
- color : var (--text- nav-selected );
93
+ color : var (--nav-item-color -selected );
94
94
}
95
95
96
96
/***************/
You can’t perform that action at this time.
0 commit comments