making the color customizer a little nicer with dark themes

This commit is contained in:
Kris Aubuchon
2014-05-19 01:17:59 -04:00
parent 5901ed6842
commit ffa33c572c
31 changed files with 166 additions and 157 deletions

View File

@@ -39,7 +39,7 @@ hr {
height: 1px;
margin: 1em 0;
border: 0;
border-top: 1px solid scale-color($primary, $lightness: 90%);
border-top: 1px solid scale-color-diff();
padding: 0;
}