Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Jan 14, 2025
1 parent afcda7c commit 7df6b2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/css/highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pre {
max-width: 100%;

.hl-attribute {
color: #FFCB6B;
color: #ffcb6b;
}

.hl-template,
Expand All @@ -31,26 +31,26 @@ pre {
}

.hl-number {
color: #F78C6C;
color: #f78c6c;
}

.hl-constant,
.hl-property,
.hl-function {
color: #82AAFF;
color: #82aaff;
}

.hl-keyword,
.hl-operator,
.hl-variable,
.hl-property2 {
color: #C792EA;
color: #c792ea;
}

.hl-tag,
.hl-type,
.hl-literal {
color: #FFCB8B;
color: #ffcb8b;
}

.hl-comment {
Expand Down

0 comments on commit 7df6b2d

Please sign in to comment.