Skip to content

Commit 9010520

Browse files
authored
Create gh-pages branch via GitHub
1 parent acacbdd commit 9010520

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

stylesheets/github-light.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
The MIT License (MIT)
33
4-
Copyright (c) 2015 GitHub, Inc.
4+
Copyright (c) 2016 GitHub, Inc.
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -27,18 +27,18 @@ SOFTWARE.
2727
color: #969896;
2828
}
2929

30-
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
3131
.pl-s .pl-v /* string variable */ {
3232
color: #0086b3;
3333
}
3434

35-
.pl-e /* entity */,
35+
.pl-e /* entity */,
3636
.pl-en /* entity.name */ {
3737
color: #795da3;
3838
}
3939

40-
.pl-s .pl-s1 /* string source */,
41-
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
4242
color: #333;
4343
}
4444

@@ -50,13 +50,13 @@ SOFTWARE.
5050
color: #a71d5d;
5151
}
5252

53-
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
54-
.pl-s /* string */,
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
5555
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56-
.pl-sr /* string.regexp */,
57-
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58-
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
59-
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
6060
color: #183691;
6161
}
6262

@@ -69,53 +69,53 @@ SOFTWARE.
6969
}
7070

7171
.pl-ii /* invalid.illegal */ {
72-
background-color: #b52a1d;
7372
color: #f8f8f8;
73+
background-color: #b52a1d;
7474
}
7575

7676
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77-
color: #63a35c;
7877
font-weight: bold;
78+
color: #63a35c;
7979
}
8080

8181
.pl-ml /* markup.list */ {
8282
color: #693a17;
8383
}
8484

85-
.pl-mh /* markup.heading */,
85+
.pl-mh /* markup.heading */,
8686
.pl-mh .pl-en /* markup.heading entity.name */,
87-
.pl-ms /* meta.separator */ {
88-
color: #1d3e81;
87+
.pl-ms /* meta.separator */ {
8988
font-weight: bold;
89+
color: #1d3e81;
9090
}
9191

9292
.pl-mq /* markup.quote */ {
9393
color: #008080;
9494
}
9595

9696
.pl-mi /* markup.italic */ {
97-
color: #333;
9897
font-style: italic;
98+
color: #333;
9999
}
100100

101101
.pl-mb /* markup.bold */ {
102-
color: #333;
103102
font-weight: bold;
103+
color: #333;
104104
}
105105

106106
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107-
background-color: #ffecec;
108107
color: #bd2c00;
108+
background-color: #ffecec;
109109
}
110110

111111
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112-
background-color: #eaffea;
113112
color: #55a532;
113+
background-color: #eaffea;
114114
}
115115

116116
.pl-mdr /* meta.diff.range */ {
117-
color: #795da3;
118117
font-weight: bold;
118+
color: #795da3;
119119
}
120120

121121
.pl-mo /* meta.output */ {

0 commit comments

Comments
 (0)