Fix colors

This commit is contained in:
evgenykatyshev 2021-04-21 16:04:51 +03:00
parent 7ad8ccd16a
commit 30148bbd6d

View file

@ -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;