add ::selection

This commit is contained in:
Andrew Dolgov 2017-12-13 15:54:08 +03:00
parent f830f853a9
commit 3fd7e4e85a
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -339,7 +339,7 @@ body.ttrss_main {
} }
.hl.Selected { .hl.Selected {
background : #f9fbff; background : @color-accent-light;
} }
.hl.Grayed { .hl.Grayed {
@ -1187,3 +1187,7 @@ body.ttrss_login {
} }
} }
::selection {
background : @color-accent;
color : white;
}