feat(query editors): progress on query editors

This commit is contained in:
Torkel Ödegaard
2016-04-26 09:58:55 +02:00
parent bbf4d00319
commit bca0894f73
6 changed files with 11 additions and 7 deletions

View File

@@ -67,8 +67,8 @@ $page-gradient: linear-gradient(60deg, transparent 70%, darken($page-bg, 4%) 98%
// Links
// -------------------------
$link-color: darken($white,11%);
$link-color-disabled: darken($link-color,30%);
$link-color: darken($white, 11%);
$link-color-disabled: darken($link-color, 30%);
$link-hover-color: $white;
$external-link-color: $blue;