Skip to content

Commit 7df6b2d

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent afcda7c commit 7df6b2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/css/highlight.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pre {
2222
max-width: 100%;
2323

2424
.hl-attribute {
25-
color: #FFCB6B;
25+
color: #ffcb6b;
2626
}
2727

2828
.hl-template,
@@ -31,26 +31,26 @@ pre {
3131
}
3232

3333
.hl-number {
34-
color: #F78C6C;
34+
color: #f78c6c;
3535
}
3636

3737
.hl-constant,
3838
.hl-property,
3939
.hl-function {
40-
color: #82AAFF;
40+
color: #82aaff;
4141
}
4242

4343
.hl-keyword,
4444
.hl-operator,
4545
.hl-variable,
4646
.hl-property2 {
47-
color: #C792EA;
47+
color: #c792ea;
4848
}
4949

5050
.hl-tag,
5151
.hl-type,
5252
.hl-literal {
53-
color: #FFCB8B;
53+
color: #ffcb8b;
5454
}
5555

5656
.hl-comment {

0 commit comments

Comments
 (0)