mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:55:55 +00:00
replace some theme-specific variables with global variables
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@fonts-ui: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
||||
@default-fg: black;
|
||||
@color-accent: #257aa7;
|
||||
@color-accent-light: lighten(@color-accent, 50%);
|
||||
@color-link: @color-accent;
|
||||
@color-published: lighten(#ff5718, 10%);
|
||||
@color-marked: #ffc069;
|
||||
@color-panel-bg: #f5f5f5;
|
||||
@color-enabled: #69C671;
|
||||
@color-checked: #69C671;
|
||||
@border-default : #ddd;
|
||||
@default-text: #555;
|
||||
|
||||
body.ttrss_main,
|
||||
|
||||
Reference in New Issue
Block a user