Skip to content

Commit 99b9959

Browse files
committed
(chore) use multiple classes in CSS, not a concat
1 parent 5db3eba commit 99b9959

21 files changed

+22
-20
lines changed

src/styles/atom-one-dark-reasonable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
5656
color: #98c379;
5757
}
5858
.hljs-built_in,
59-
.hljs-title-class,
59+
.hljs-title.hljs-class,
6060
.hljs-class .hljs-title {
6161
color: #e6c07b;
6262
}

src/styles/atom-one-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ hue-6-2: #e6c07b
7979
}
8080

8181
.hljs-built_in,
82-
.hljs-title-class,
82+
.hljs-title.hljs-class,
8383
.hljs-class .hljs-title {
8484
color: #e6c07b;
8585
}

src/styles/atom-one-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ hue-6-2: #c18401
7979
}
8080

8181
.hljs-built_in,
82-
.hljs-title-class,
82+
.hljs-title.hljs-class,
8383
.hljs-class .hljs-title {
8484
color: #c18401;
8585
}

src/styles/foundation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Date: 2013-04-02
4848

4949

5050
.hljs-class .hljs-title,
51-
.hljs-title-class,
51+
.hljs-title.hljs-class,
5252
.hljs-type {
5353
color: #458;
5454
}

src/styles/github.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
.hljs-built_in,
5252
.hljs-symbol,
53-
.hljs-title-class,
53+
.hljs-title.hljs-class,
5454
.hljs-class .hljs-title {
5555
/* prettylights-syntax-variable */
5656
color: #e36209;

src/styles/grayscale.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ grayscale style (c) MY Sun <[email protected]>
4848
font-weight: normal;
4949
}
5050

51-
.hljs-title-class,
51+
.hljs-title.hljs-class,
5252
.hljs-class .hljs-title,
5353
.hljs-type,
5454
.hljs-name {

src/styles/hopscotch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
/* Yellow */
59-
.hljs-title-class,
59+
.hljs-title.hljs-class,
6060
.hljs-class .hljs-title {
6161
color: #fdcc59;
6262
}

src/styles/monokai-sublime.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
5959
}
6060

6161
.hljs-params,
62-
.hljs-title-class,
62+
.hljs-title.hljs-class,
6363
.hljs-class .hljs-title {
6464
color: #f8f8f2;
6565
}

src/styles/monokai.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
4747
color: #a6e22e;
4848
}
4949

50-
.hljs-title-class,
50+
.hljs-title.hljs-class,
5151
.hljs-class .hljs-title {
5252
color: white;
5353
}

src/styles/nnfx-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
color: #a85;
6767
}
6868

69-
.hljs-title-class,
69+
.hljs-title.hljs-class,
7070
.hljs-class .hljs-title,
7171
.hljs-type {
7272
color: #96c;

src/styles/nnfx.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@
6666
color: #642;
6767
}
6868

69-
.hljs-title-class,
69+
.hljs-title.hljs-class,
7070
.hljs-class .hljs-title,
7171
.hljs-type {
7272
color: #639;
7373
}
7474

75+
.hljs-function.hljs-title,
7576
.hljs-function .hljs-title,
7677
.hljs-attr,
7778
.hljs-subst {

src/styles/nord.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Aurora
100100
color: #88C0D0;
101101
}
102102

103+
.hljs-title.hljs-function,
103104
.hljs-function > .hljs-title {
104105
color: #88C0D0;
105106
}

src/styles/obsidian.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.hljs-code,
85-
.hljs-title-class,
85+
.hljs-title.hljs-class,
8686
.hljs-class .hljs-title,
8787
.hljs-section {
8888
color: white;

src/styles/pojoaque.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Based on Solarized Style from http://ethanschoonover.com/solarized
4343

4444
.hljs-variable,
4545
.hljs-template-variable,
46-
.hljs-title-class,
46+
.hljs-title.hljs-class,
4747
.hljs-class .hljs-title,
4848
.hljs-type,
4949
.hljs-tag {

src/styles/qtcreator_dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Qt Creator dark color scheme
6161

6262
.hljs-variable,
6363
.hljs-params,
64-
.hljs-title-class,
64+
.hljs-title.hljs-class,
6565
.hljs-class .hljs-title {
6666
color: #8888ff;
6767
}

src/styles/qtcreator_light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Qt Creator light color scheme
6161

6262
.hljs-variable,
6363
.hljs-params,
64-
.hljs-title-class,
64+
.hljs-title.hljs-class,
6565
.hljs-class .hljs-title {
6666
color: #0055AF;
6767
}

src/styles/rainbow.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Style with support for rainbow parens
4949
.hljs-variable,
5050
.hljs-template-variable,
5151
.hljs-selector-id,
52-
.hljs-title-class,
52+
.hljs-title.hljs-class,
5353
.hljs-class .hljs-title {
5454
color: #ffcc66;
5555
}

src/styles/solarized-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmai
4848
.hljs-attr,
4949
.hljs-variable,
5050
.hljs-template-variable,
51-
.hljs-title-class,
51+
.hljs-title.hljs-class,
5252
.hljs-class .hljs-title,
5353
.hljs-type {
5454
color: #b58900;

src/styles/solarized-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmai
4848
.hljs-attr,
4949
.hljs-variable,
5050
.hljs-template-variable,
51-
.hljs-title-class,
51+
.hljs-title.hljs-class,
5252
.hljs-class .hljs-title,
5353
.hljs-type {
5454
color: #b58900;

src/styles/sunburst.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sunburst-like style (c) Vasily Polovnyov <[email protected]>
4444
color: #89bdff;
4545
}
4646

47-
.hljs-title-class,
47+
.hljs-title.hljs-class,
4848
.hljs-class .hljs-title,
4949
.hljs-doctag {
5050
text-decoration: underline;

src/styles/xcode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ XCode style (c) Angel Garcia <[email protected]>
6060
}
6161

6262

63-
.hljs-title-class,
63+
.hljs-title.hljs-class,
6464
.hljs-class .hljs-title,
6565
.hljs-type,
6666
.hljs-built_in,

0 commit comments

Comments
 (0)