]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.less
hl selection: use accent color
[tt-rss.git] / css / tt-rss.less
index e458051a08f49cd8e4ec61408cf9d3aa3a4973f6..caff4cedbf4fa6382c5454f1702e4c87ce7362d8 100644 (file)
@@ -329,17 +329,21 @@ body.ttrss_main {
                color : black;
        }
 
-       .hl.active {
-               background : @color-accent-light ! important;
-       }
-
        .hl.active div.hlTitle a {
                color : @color-accent;
                /* text-shadow : 1px 1px 2px #fff; */
        }
-
+       .hl.active,
        .hl.Selected {
-               background : @color-accent-light;
+               color : white;
+               background : @color-accent ! important;
+
+               a,
+               .hlFeed a,
+               .hlContent a.title,
+               span {
+                       color : white;
+               }
        }
 
        .hl.Grayed {