Skip to content

Commit

Permalink
Set status bar font to muted
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Ango authored and Stephan Ango committed Nov 19, 2020
1 parent 871d957 commit 04fb97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ input.search-input:focus {

.status-bar {
background-color:var(--background-secondary);
color:var(--text-faint);
color:var(--text-muted);
font-size:var(--font-smaller);
padding:0 5px 0;
}
Expand Down

0 comments on commit 04fb97d

Please sign in to comment.