Skip to content

Commit

Permalink
ran npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 4, 2025
1 parent d0d8059 commit 69f60b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
$link-text-color: var(--markdown-embed-link-text),
$link-background-color: var(--markdown-embed-link-background),
$link-highlight-text-color: var(--markdown-embed-link-highlight-text),
$link-highlight-background-color:
var(--markdown-embed-link-highlight-background)
$link-highlight-background-color: var(
--markdown-embed-link-highlight-background
)
);

html[data-code-highlight='light'] {
Expand Down

0 comments on commit 69f60b1

Please sign in to comment.