From 7a6d572be8843ab850a9309d71f34911b3a9b0b5 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 6 Jul 2015 22:45:28 +0200 Subject: [PATCH] infobox: remove background tint --- scss/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/main.scss b/scss/main.scss index 084d80e..2181d00 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -369,10 +369,6 @@ table { box-shadow: none; border-radius: 0; } - - .infobox { - background: rgba(0, 0, 0, 0.02); - } } }