From 70c78579fd27377557c6ff349ba8a12f6b573113 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Sat, 14 Feb 2015 18:03:47 +1100 Subject: [PATCH] Updated the site a little. --- _layouts/default.html | 21 +++++---------------- css/main.css | 14 +++++--------- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ed23ffeba..33d0874e1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,12 +32,6 @@ diff --git a/css/main.css b/css/main.css index 3cfc45eeb..27731b95f 100644 --- a/css/main.css +++ b/css/main.css @@ -72,6 +72,10 @@ body { margin-left: 10%; } +.link-muted { + color: #999 !important; +} + /*----------------------------------------------------------------------------- * Site */ @@ -118,15 +122,7 @@ a.media-subheading:hover { } .site .banner { - /* Gradient generated using http://www.colorzilla.com/gradient-editor/ */ - background: #aa0000; /* Old browsers */ - background: -moz-linear-gradient(top, #aa0000 0%, #660000 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0000), color-stop(100%,#660000)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #aa0000 0%,#660000 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #aa0000 0%,#660000 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #aa0000 0%,#660000 100%); /* IE10+ */ - background: linear-gradient(to bottom, #aa0000 0%,#660000 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0000', endColorstr='#660000',GradientType=0 ); /* IE6-9 */ + background: #990000; color: white; }