1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 22:29:15 +00:00

merge login form css into default.css

update more hardcoded colors to use @color-accent
update @color-accent
This commit is contained in:
Andrew Dolgov
2017-12-10 22:51:39 +03:00
parent 1c1fc17120
commit 4d10b4abca
8 changed files with 134 additions and 138 deletions

View File

@@ -1,9 +1,10 @@
@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 Web", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
@color-accent: rgb(82, 168, 236);
@color-accent-light: #ecf4ff;
@color-link: #0088cc;
@color-accent: #257aa7;
@color-accent-light: lighten(@color-accent, 50%);
@color-link: @color-accent;
@default-text: #555;
body.ttrss_main,
body.ttrss_prefs,