From d91e8468e5982f00156aa04efb58a4ec88c47f4c Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Tue, 4 Mar 2014 12:22:58 -0700 Subject: [PATCH] Added a texture to #intro --- images/bg-texture-00.svg | 3 +++ styles/home.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 images/bg-texture-00.svg diff --git a/images/bg-texture-00.svg b/images/bg-texture-00.svg new file mode 100644 index 000000000..73906de00 --- /dev/null +++ b/images/bg-texture-00.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/home.css b/styles/home.css index 67e5e1d09..b70f8b387 100644 --- a/styles/home.css +++ b/styles/home.css @@ -4,7 +4,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 */ #intro { - background:#333; + background:#333 url('/images/bg-texture-00.svg'); box-shadow:inset 0 0 2em rgba(0,0,0,.375); color:#fff; border-bottom:.25em solid #8C8CC5;