hl selection: use accent color

This commit is contained in:
Andrew Dolgov 2017-12-13 18:53:31 +03:00
parent 3fd7e4e85a
commit bf6ea2ee86
2 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

View 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 {