From 40b26b9d5fc3bcd7fa9cc4850529fa97df06b75a Mon Sep 17 00:00:00 2001 From: Arvid Kahl Date: Tue, 6 Mar 2012 13:39:32 +0100 Subject: [PATCH] color --- .nodemonignore | 3 ++- public/less/bootstrap.css | 2 +- public/less/utilities.less | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.nodemonignore b/.nodemonignore index 23daf46..c24abf3 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -1 +1,2 @@ -.concept.MD \ No newline at end of file +.concept.MD +.git/* \ No newline at end of file diff --git a/public/less/bootstrap.css b/public/less/bootstrap.css index 3cee89c..e9cd2e6 100644 --- a/public/less/bootstrap.css +++ b/public/less/bootstrap.css @@ -3684,5 +3684,5 @@ body { padding-top: 60px; } h1 { - color: green; + color: #0088cc; } diff --git a/public/less/utilities.less b/public/less/utilities.less index 5d483b3..d4e28b0 100755 --- a/public/less/utilities.less +++ b/public/less/utilities.less @@ -27,5 +27,5 @@ body { } h1 { - color:blue; + color:@linkColor; } \ No newline at end of file