diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-07 12:08:10 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-07 12:08:10 +0300 |
| commit | eae2f5361e826877a1cb6d2ab4fb276128f49d4f (patch) | |
| tree | 63444f3e3941c367d66dad503820350b4e50263b /themes/night.less | |
| parent | 4fcf816a3aca9554882129ad9b01d5cfb8973ba1 (diff) | |
night.css: fix some more floatingTitle styles
Diffstat (limited to 'themes/night.less')
| -rw-r--r-- | themes/night.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less index 12c5dcc1c..32fca2dfd 100644 --- a/themes/night.less +++ b/themes/night.less @@ -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 { |