summaryrefslogtreecommitdiff
path: root/p/themes/Flat
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-04-06 13:23:35 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-04-06 13:23:35 +0200
commitb5e60062a528f6ace5c67f280443819470e0225a (patch)
tree0b96d79ca04ecc19254831a7026f624d87549d6c /p/themes/Flat
parent8ef32a10c6fd8e4ace44a5e797f6176f80b9560e (diff)
Add link to article title
https://github.com/marienfressinaud/FreshRSS/issues/469
Diffstat (limited to 'p/themes/Flat')
-rw-r--r--p/themes/Flat/freshrss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index 1d551d8fb..1f297309b 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -286,7 +286,7 @@ body {
.flux .item.title {
background: inherit;
}
- .flux .item.title a {
+ .flux .title a {
color: #333;
outline: none;
}