1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:25:57 +00:00

rebuild night.css with arguably better fitting accent color

This commit is contained in:
Andrew Dolgov
2018-12-09 05:40:24 +03:00
parent fa5bb07019
commit ea4598a4aa
3 changed files with 46 additions and 44 deletions

View File

@@ -1,6 +1,8 @@
@import "../css/defines.less";
@import "../lib/flat-ttrss/flat_combined_dark.css";
@color-accent: #b87d2c;
@bg-main : #333;
@border-main : #666;
@border-dark : #222;
@@ -8,7 +10,7 @@
@fg-main: #ccc;
@fg-insensitive: darken(@fg-main, 20%);
@fg-light : lighten(@fg-main, 10%);
@bg-active: #2a89bc;
@bg-active: @color-accent;
body.flat.ttrss_main.ttrss_prefs {
#main, #footer {