1
0
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:
Andrew Dolgov
2018-12-09 09:40:53 +03:00
parent d4f9384d66
commit 4142f63e10
9 changed files with 148 additions and 157 deletions

View File

@@ -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,