hl selection: use accent color
This commit is contained in:
parent
3fd7e4e85a
commit
bf6ea2ee86
2 changed files with 11 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -329,17 +329,21 @@ body.ttrss_main {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl.active {
|
|
||||||
background : @color-accent-light ! important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hl.active div.hlTitle a {
|
.hl.active div.hlTitle a {
|
||||||
color : @color-accent;
|
color : @color-accent;
|
||||||
/* text-shadow : 1px 1px 2px #fff; */
|
/* text-shadow : 1px 1px 2px #fff; */
|
||||||
}
|
}
|
||||||
|
.hl.active,
|
||||||
.hl.Selected {
|
.hl.Selected {
|
||||||
background : @color-accent-light;
|
color : white;
|
||||||
|
background : @color-accent ! important;
|
||||||
|
|
||||||
|
a,
|
||||||
|
.hlFeed a,
|
||||||
|
.hlContent a.title,
|
||||||
|
span {
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl.Grayed {
|
.hl.Grayed {
|
||||||
|
|
Loading…
Reference in a new issue