Skip to content

Commit

Permalink
Add support for inline maths
Browse files Browse the repository at this point in the history
  • Loading branch information
adesurirey committed Aug 1, 2020
1 parent ef6fcb9 commit 7ce4740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ tt {
color: var(--text-color);
}

.md-inline-math script {
color: #f3b3f8;
}

code {
padding: 0 2px 0 2px;
}
Expand Down

0 comments on commit 7ce4740

Please sign in to comment.