diff --git a/sass/custom/_colors.scss b/sass/custom/_colors.scss index 740266a..04097de 100644 --- a/sass/custom/_colors.scss +++ b/sass/custom/_colors.scss @@ -16,7 +16,7 @@ /* To use the light Solarized highlighting theme uncomment the following line */ -//$solarized: light; +$solarized: light; /* If you want to tweak the Solarized colors you can do that here */ //$base03: #002b36; //darkest blue diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 004b9c6..3e98ea6 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -43,6 +43,7 @@ body { } } } + } .container { diff --git a/source/_includes/custom/head.html b/source/_includes/custom/head.html index 7c80f53..741fe7a 100644 --- a/source/_includes/custom/head.html +++ b/source/_includes/custom/head.html @@ -1 +1 @@ - \ No newline at end of file + diff --git a/source/_includes/navigation.html b/source/_includes/navigation.html index 888042e..00c67c1 100644 --- a/source/_includes/navigation.html +++ b/source/_includes/navigation.html @@ -1 +1 @@ -{% include custom/navigation.html %} \ No newline at end of file +{% include custom/navigation.html %}