From d3ebec5ae231efea1529822d059e416dc7d4c56e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Dec 2014 11:50:32 +0100 Subject: Drop default foreground color from backend stylesheet. Setting the foreground color and not the background results in unreadable text in some setups. --- app/assets/stylesheets/refinery/layout.css.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'app/assets/stylesheets/refinery') diff --git a/app/assets/stylesheets/refinery/layout.css.scss b/app/assets/stylesheets/refinery/layout.css.scss index d3c7823..3d9798f 100644 --- a/app/assets/stylesheets/refinery/layout.css.scss +++ b/app/assets/stylesheets/refinery/layout.css.scss @@ -21,7 +21,6 @@ -webkit-border-bottom-right-radius: $radius; } * { - color: #41403C; font-family: Arial; font-size: 13px; } -- cgit v1.2.3