Skip to content

Commit 7649f50

Browse files
author
Владислав Прусаков
committed
Publish deploy 2020-04-15 13:00
1 parent 355bdef commit 7649f50

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

codesyntax.css

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
/* Generated by `CodeSyntaxCSSGeneratorPlugin` https://github.com/SpectralDragon/CodeSyntaxCSSGeneratorPlugin */
33

44

5-
pre code .s-number {
6-
color: #1C00CEFF
5+
pre code .s-string {
6+
color: #C41A15FF
77
}
88

99
pre code .s-property {
1010
color: #3E6D74FF
1111
}
1212

13-
pre code .s-string {
14-
color: #C41A15FF
15-
}
16-
1713
pre code .s-type {
1814
color: #3E6D74FF
1915
}
2016

21-
pre code .s-preprocessing {
22-
color: #63381FFF
23-
}
24-
25-
pre code .s-keyword {
26-
color: #A90D91FF
17+
pre code .s-dotAccess {
18+
color: #25464AFF
2719
}
2820

2921
pre code .s-comment {
3022
color: #007400FF
3123
}
3224

33-
pre code .s-dotAccess {
25+
pre code .s-call {
3426
color: #25464AFF
3527
}
3628

37-
pre code .s-call {
38-
color: #25464AFF
29+
pre code .s-keyword {
30+
color: #A90D91FF
31+
}
32+
33+
pre code .s-preprocessing {
34+
color: #63381FFF
35+
}
36+
37+
pre code .s-number {
38+
color: #1C00CEFF
3939
}
4040

4141

@@ -46,16 +46,16 @@ pre code .s-call {
4646
color: #FC5FA2FF
4747
}
4848

49-
pre code .s-type {
50-
color: #9EF0DDFF
49+
pre code .s-comment {
50+
color: #6C7985FF
5151
}
5252

53-
pre code .s-preprocessing {
54-
color: #FC8E3EFF
53+
pre code .s-property {
54+
color: #67B6A3FF
5555
}
5656

57-
pre code .s-comment {
58-
color: #6C7985FF
57+
pre code .s-preprocessing {
58+
color: #FC8E3EFF
5959
}
6060

6161
pre code .s-call {
@@ -66,16 +66,16 @@ pre code .s-call {
6666
color: #67B6A3FF
6767
}
6868

69-
pre code .s-number {
70-
color: #CFBF69FF
71-
}
72-
7369
pre code .s-string {
7470
color: #FC695DFF
7571
}
7672

77-
pre code .s-property {
78-
color: #67B6A3FF
73+
pre code .s-type {
74+
color: #9EF0DDFF
75+
}
76+
77+
pre code .s-number {
78+
color: #CFBF69FF
7979
}
8080

8181

main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ pre code .highlight {
546546
}
547547
}
548548

549-
@media screen and (max-width: 768px) {
549+
@media screen and (max-width: 600px) {
550550

551551
.article-item-new a {
552552
display: block;

tags.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
/* THIS FILE WAS AUTO GENERATED. DO NOT CHANGE IT MANUAL */
22
/* Generated by `TagColorCSSGeneratorPlugin` https://github.com/SpectralDragon/TagColorCSSGeneratorPlugin */
33

4-
.tag-ui {
5-
background-color: #FF3B3066;
6-
color: #FF3B30FF;
7-
font-weight: bold;
8-
}
9-
10-
.tag-ui:hover {
11-
background-color: #FF3B30B2;
12-
}
13-
144
.tag-swiftui {
155
background-color: #007AFF66;
166
color: #007AFFFF;
@@ -21,17 +11,17 @@
2111
background-color: #007AFFB2;
2212
}
2313

24-
@media(prefers-color-scheme: dark) {
14+
.tag-ui {
15+
background-color: #FF3B3066;
16+
color: #FF3B30FF;
17+
font-weight: bold;
18+
}
2519

26-
.tag-ui {
27-
background-color: #FF453A66;
28-
color: #FF453AFF;
29-
font-weight: bold;
30-
}
31-
32-
.tag-ui:hover {
33-
background-color: #FF453AB2;
34-
}
20+
.tag-ui:hover {
21+
background-color: #FF3B30B2;
22+
}
23+
24+
@media(prefers-color-scheme: dark) {
3525

3626
.tag-swiftui {
3727
background-color: #0A84FF66;
@@ -43,4 +33,14 @@
4333
background-color: #0A84FFB2;
4434
}
4535

36+
.tag-ui {
37+
background-color: #FF453A66;
38+
color: #FF453AFF;
39+
font-weight: bold;
40+
}
41+
42+
.tag-ui:hover {
43+
background-color: #FF453AB2;
44+
}
45+
4646
}

0 commit comments

Comments
 (0)