1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

night.css: fix some more floatingTitle styles

This commit is contained in:
Andrew Dolgov
2018-12-07 12:08:10 +03:00
parent 4fcf816a3a
commit eae2f5361e
3 changed files with 22 additions and 1 deletions

View File

@@ -65,6 +65,18 @@ body.flat.ttrss_main {
#floatingTitle {
background-color : @bg-main;
border-color : @border-dark;
.feed a {
color : @fg-light;
}
i.material-icons {
opacity : 0.7;
}
}
div#floatingTitle.Unread a.title {
color : @fg-light;
}
#headlines-frame {