We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289a70a commit 921c68eCopy full SHA for 921c68e
assets/style.css
@@ -182,24 +182,24 @@ li.repo h3 {
182
height: 0;
183
border-bottom: 50px solid transparent;
184
border-left: 50px solid transparent;
185
- border-right: 50px solid red;
+ border-right: 50px solid #0080b0;
186
pointer-events: none;
187
}
188
189
.repo.javascript::after {
190
- border-right-color: #0080b0;
+ border-right-color: #333;
191
192
193
.repo.scala::after {
194
border-right-color: #7ac9de;
195
196
197
.repo.ruby::after {
198
- border-right-color: #b60202;
+ border-right-color: #cc1100;
199
200
201
.repo.java::after {
202
- border-right-color: brown;
+ border-right-color: #cc8300;
203
204
205
.repo.python::after {
0 commit comments