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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user