Improved text contrast in light theme

This commit is contained in:
Joel Collins 2020-03-30 14:20:29 +01:00
parent 01207b4298
commit 92af62c293

View file

@ -8,6 +8,15 @@
@import "./app.less";
// Custom OpenFlexure theming
//
// Colors
//
@global-color: #666;
@global-emphasis-color: #333;
@global-muted-color: #666;
@global-primary-background: #C32280;
@inverse-primary-muted-color: lighten(@global-primary-background, 15%);