Andrew Dolgov 6 anni fa
parent
commit
3fd7e4e85a
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 0 0
      css/default.css
  2. 5 1
      css/tt-rss.less

File diff suppressed because it is too large
+ 0 - 0
css/default.css


+ 5 - 1
css/tt-rss.less

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

Some files were not shown because too many files changed in this diff