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.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 1f371908f..e458051a0 100644
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -339,7 +339,7 @@ body.ttrss_main {
}
.hl.Selected {
- background : #f9fbff;
+ background : @color-accent-light;
}
.hl.Grayed {
@@ -1187,3 +1187,7 @@ body.ttrss_login {
}
}
+::selection {
+ background : @color-accent;
+ color : white;
+} \ No newline at end of file