From 1ac35e7d4ef0fd3954eb99a1c367aea18ac2f1b1 Mon Sep 17 00:00:00 2001 From: Skud Date: Sat, 28 Jun 2014 11:29:51 -0700 Subject: [PATCH] Darkened text background for readability --- app/assets/stylesheets/bootstrap_and_overrides.css.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 0532b24a9..bd97a8b81 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -175,7 +175,7 @@ p.stats { color:#000; position:absolute; bottom:0; - background:rgba(0, 0, 0, 0.5); + background:rgba(0, 0, 0, 0.8); width:100%; margin:0; }