summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 0322ed64b..b19af2930 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -52,6 +52,7 @@ body.ttrss_main div.post div.header img,
body.ttrss_main div.post div.header i.material-icons {
margin: 0px 4px;
vertical-align: middle;
+ color: #777;
}
body.ttrss_main div.post div.header .title {
flex-grow: 2;
@@ -209,6 +210,9 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
+body.ttrss_main .hl .right i.material-icons {
+ color: #777;
+}
body.ttrss_main .hl div.title {
cursor: pointer;
flex-grow: 2;
@@ -1014,6 +1018,9 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
+.cdm i.material-icons {
+ color: #777;
+}
.cdm .header,
.cdm .footer {
display: flex;
@@ -1726,7 +1733,6 @@ body.ttrss_utility.share_popup .content {
/* Preferred icon size */
display: inline-block;
line-height: 1;
- color: #777;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;