Updated the site a little.

This commit is contained in:
Daniel Buckmaster 2015-02-14 18:03:47 +11:00
parent 0de513264c
commit 70c78579fd
2 changed files with 10 additions and 25 deletions

View file

@ -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;
}