Fix colors
This commit is contained in:
parent
7ad8ccd16a
commit
30148bbd6d
|
@ -35,12 +35,12 @@
|
|||
--border-error: #d9534f;
|
||||
|
||||
--text-normal: #444;
|
||||
--text-normal-pressed: #444;
|
||||
--text-normal-pressed: #fff;
|
||||
--text-secondary: #a5a5a5;
|
||||
--text-tertiary: #a5a5a5;
|
||||
--text-link: #acbfff;
|
||||
--text-inverse: #fff;
|
||||
--text-toolbar-header: fade(#fff, 80%);
|
||||
--text-toolbar-header: #fff;
|
||||
--text-contrast-background: #fff;
|
||||
|
||||
--icon-normal: #444;
|
||||
|
@ -52,7 +52,7 @@
|
|||
--icon-success: #5b9f27;
|
||||
|
||||
// Canvas colors
|
||||
--canvas-background: #666666;
|
||||
--canvas-background: #e2e2e2;
|
||||
--canvas-content-background: #fff;
|
||||
--canvas-page-border: #555;
|
||||
|
||||
|
|
Loading…
Reference in a new issue