Improved text contrast in light theme
This commit is contained in:
parent
01207b4298
commit
92af62c293
1 changed files with 9 additions and 0 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue