From 10038e58efe3aa3c1725e2b5b0a0b7b2ce060df7 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 20 Feb 2013 00:39:58 -0800 Subject: added support for pandoc and page properties in static markup. --- app/assets/stylesheets/application.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 50331b4..82f7e24 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -19,6 +19,13 @@ $fluidGridGutterWidth: 2.127659574% !default; // side navigation $side-columns: 3; +//$linkColor: #2072FF; +//$linkColor: #04c; +//$linkVisitedColor: #40c; + +$linkColor: #00F; +$linkVisitedColor: #339; + // // IMPORT LIBRARIES // -- cgit v1.2.3