mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:05:56 +00:00
hl selection: use accent color
This commit is contained in:
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user