Skip to content

Commit

Permalink
chore: ran formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurredr committed Dec 24, 2024
1 parent 6031f42 commit bbc08c0
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/styles/components/_syntax-highlighter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,32 +188,33 @@
color: var(--mynah-color-syntax-comment);
font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
color: var(--mynah-color-syntax-keyword);
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-subst,
.hljs-title.function_ {
color: var(--mynah-color-syntax-function);
}

.hljs-literal, .hljs-property {

.hljs-literal,
.hljs-property {
color: var(--mynah-color-syntax-property);
}

.hljs-string,
.hljs-regexp,
.hljs-attribute,
.hljs-meta .hljs-string {
color: var(--mynah-color-syntax-string);
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
Expand All @@ -224,7 +225,7 @@
.hljs-number {
color: var(--mynah-color-syntax-variable);
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
Expand All @@ -233,21 +234,21 @@
.hljs-title {
color: var(--mynah-color-syntax-operator);
}

.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
color: var(--mynah-color-syntax-class-name);
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-link {
text-decoration: underline;
}
Expand Down

0 comments on commit bbc08c0

Please sign in to comment.