From 07a64cffceda4cbb53af4ea7cbdd0e53ab7a0646 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Mon, 20 Oct 2014 23:24:31 -0700 Subject: [PATCH] Lighten the card yellow a bit. --- app/config/styles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/styles.json b/app/config/styles.json index b12a0b9..73a348b 100644 --- a/app/config/styles.json +++ b/app/config/styles.json @@ -33,7 +33,7 @@ "margin": ".5em 0" }, "commit": { - "background": "#fffbe8", + "background": "#fefcef", "border": "solid 1px #dddac8", "box-shadow": "1px 1px 2px rgba(0, 0, 0, 0.11)", "container": { @@ -56,7 +56,7 @@ "height": "0", "border": "solid", "border-width": "0 0 20px 10px", - "border-color": "transparent transparent #fdf9e5 transparent" + "border-color": "transparent transparent #fefcef transparent" } }, "title": {