summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.less')
-rw-r--r--css/tt-rss.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index e821ea2e4..50fbe075b 100644
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -219,6 +219,7 @@ body.ttrss_main {
border: 0px solid #ddd;
border-bottom-width: 1px;
padding : 1px;
+ transition : color 0.2s, background 0.2s;
div.hlTitle {
display : table-cell;
@@ -341,7 +342,7 @@ body.ttrss_main {
.hl.active,
.hl.Selected {
color : white;
- background : desaturate(@color-accent, 50%);
+ background : desaturate(@color-accent, 25%);
a,
.hlFeed a,