diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-12-12 11:50:32 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-12-12 11:50:32 +0100 |
commit | d3ebec5ae231efea1529822d059e416dc7d4c56e (patch) | |
tree | 99328d40750145ff8de6cfae26e9ca0f3c2f4ec4 /app/assets | |
parent | 9f6eae5ecb6fbb241404ceaead11718203d5d40c (diff) | |
download | hmnoweb-d3ebec5ae231efea1529822d059e416dc7d4c56e.tar.gz hmnoweb-d3ebec5ae231efea1529822d059e416dc7d4c56e.tar.bz2 hmnoweb-d3ebec5ae231efea1529822d059e416dc7d4c56e.zip |
Drop default foreground color from backend stylesheet.
Setting the foreground color and not the background results in
unreadable text in some setups.
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/refinery/layout.css.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |