From 921c68e531f2d90d3db1c2f41d29ea022bb1ae65 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 30 Jan 2012 14:56:42 -0800 Subject: [PATCH] Tweak some colors --- assets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index bb2a6ee45..7d051d59f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -182,12 +182,12 @@ li.repo h3 { height: 0; border-bottom: 50px solid transparent; border-left: 50px solid transparent; - border-right: 50px solid red; + border-right: 50px solid #0080b0; pointer-events: none; } .repo.javascript::after { - border-right-color: #0080b0; + border-right-color: #333; } .repo.scala::after { @@ -195,11 +195,11 @@ li.repo h3 { } .repo.ruby::after { - border-right-color: #b60202; + border-right-color: #cc1100; } .repo.java::after { - border-right-color: brown; + border-right-color: #cc8300; } .repo.python::after {