Modified code mirror editor to match rendered output

This commit is contained in:
Jori Lallo
2016-05-26 00:14:56 -07:00
parent 8cdd781ce0
commit 84d024ff1b
3 changed files with 17 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ svg {
max-height: 100%;
}
a {
color: #0C77F8;
color: $linkColor;
text-decoration: none;
}
h1, h2, h3,

View File

@@ -1,4 +1,5 @@
$textColor: #171B35;
$linkColor: #0C77F8;
:export {
textColor: $textColor;