1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

replace a few more hardcoded colors with less variables

This commit is contained in:
Andrew Dolgov
2018-12-09 10:00:41 +03:00
parent 4142f63e10
commit e28a993955
9 changed files with 82 additions and 84 deletions
+1
View File
@@ -2,6 +2,7 @@
@fonts-ui: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
@default-fg: black;
@default-bg: white;
@color-accent: #257aa7;
@color-accent-light: lighten(@color-accent, 50%);
@color-link: @color-accent;