1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:35:57 +00:00

revert back to lower contrast light theme by default, add separate light-high-contrast.less

This commit is contained in:
Andrew Dolgov
2021-03-25 20:29:36 +03:00
parent ceb8179ccc
commit 8c32ed76df
6 changed files with 2176 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
@fonts-ui: "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
@default-fg: black;
@default-fg: #555;
@default-bg: white;
@color-accent: #257aa7;
@color-accent-light: lighten(@color-accent, 50%);