Skip to content

Commit

Permalink
Fix file list item summary font family
Browse files Browse the repository at this point in the history
Default declaration don't use CSS variable but Raleway
  • Loading branch information
adesurirey committed Sep 19, 2020
1 parent f516524 commit de72933
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,11 @@ code {
animation: none;
}

.file-list-item-summary {
font-size: var(--font-size);
font-family: var(--font-family);
}

#md-searchpanel input {
border-radius: var(--border-radius);
box-shadow: none;
Expand Down

0 comments on commit de72933

Please sign in to comment.