Skip to content

Commit 921c68e

Browse files
committed
Tweak some colors
1 parent 289a70a commit 921c68e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,24 +182,24 @@ li.repo h3 {
182182
height: 0;
183183
border-bottom: 50px solid transparent;
184184
border-left: 50px solid transparent;
185-
border-right: 50px solid red;
185+
border-right: 50px solid #0080b0;
186186
pointer-events: none;
187187
}
188188

189189
.repo.javascript::after {
190-
border-right-color: #0080b0;
190+
border-right-color: #333;
191191
}
192192

193193
.repo.scala::after {
194194
border-right-color: #7ac9de;
195195
}
196196

197197
.repo.ruby::after {
198-
border-right-color: #b60202;
198+
border-right-color: #cc1100;
199199
}
200200

201201
.repo.java::after {
202-
border-right-color: brown;
202+
border-right-color: #cc8300;
203203
}
204204

205205
.repo.python::after {

0 commit comments

Comments
 (0)