From 1ba8c94823f7c1eba3d7095e4c41a052a5384364 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 20 Nov 2013 10:59:12 -0500 Subject: [PATCH] added blurb about kickstarter --- _layouts/default.html | 11 ++++++++++- css/screen.css | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index a8bbccd..7524495 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,8 +32,17 @@
+ +
+

We're running a kickstarter campaign to get + cryptic.io, an encrypted online + storage service, off the ground. + Click + here to check it out and lend your support!

+
+ {{ content }} - + diff --git a/css/screen.css b/css/screen.css index 69ba784..7abef43 100644 --- a/css/screen.css +++ b/css/screen.css @@ -142,15 +142,15 @@ nav hr { border: none; } -#post a:link { +p a:link { color: #0014FF; } -#post a:visited { +p a:visited { color: #0014FF; } -#post a:hover { +p a:hover { color: #0014FF; text-decoration: underline; }