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 19357c2..1df88a7 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -43,6 +43,7 @@ body { } } } + } .container { @@ -120,4 +121,4 @@ body { } } } -} \ No newline at end of file +} 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/custom/navigation.html b/source/_includes/custom/navigation.html index 46380f2..672907f 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -2,4 +2,6 @@