From 0d2b9131d3f9990a2d4180eaf10b65623502e01d Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 30 Jun 2013 12:00:55 +0200 Subject: [PATCH] fix text color --- src/main/webapp/sass/components/_entry-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index b4716b8a..a3e9896e 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -65,7 +65,7 @@ } #feed-accordion .entry-heading-link { - color: inherit; + color: black; height: 20px; display: block; cursor: pointer; @@ -112,7 +112,7 @@ position: absolute; right: 25px; margin-top: -25px; - color: inherit; + color: black; } #feed-accordion .entry-external-link:hover {