actually use -very-low color

This commit is contained in:
Régis Hanol 2017-11-10 17:57:02 +01:00
parent 482982dce8
commit 5135f73933
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@
margin: 10px 0 0 0; margin: 10px 0 0 0;
} }
.d-editor-preview { .d-editor-preview {
background-color: dark-light-diff($primary, $secondary, 97%, -70%); background-color: $primary-very-low;
} }
} }

View File

@ -82,7 +82,7 @@ $base-font-family: Helvetica, Arial, sans-serif !default;
// standard color transformations, use these if possible, and add any new dark-light-diffs here // standard color transformations, use these if possible, and add any new dark-light-diffs here
//primary //primary
$primary-very-low: dark-light-diff($primary, $secondary, 97%, -75%); $primary-very-low: dark-light-diff($primary, $secondary, 97%, -80%);
$primary-low: dark-light-diff($primary, $secondary, 90%, -65%); $primary-low: dark-light-diff($primary, $secondary, 90%, -65%);
$primary-low-mid: dark-light-diff($primary, $secondary, 70%, -45%); $primary-low-mid: dark-light-diff($primary, $secondary, 70%, -45%);
$primary-medium: dark-light-diff($primary, $secondary, 50%, -20%); $primary-medium: dark-light-diff($primary, $secondary, 50%, -20%);