From dbe47628e7afa288f160073560e6f234a7c05f29 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sun, 13 Aug 2017 08:01:09 -0700 Subject: [PATCH] More shadows. Oops. --- pinaxcon/templates/static_pages/homepage.html | 8 ++++---- static/scss/custom.scss | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index ac0dd00..898966e 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -38,7 +38,7 @@ @@ -60,7 +60,7 @@
@@ -81,7 +81,7 @@ @@ -101,7 +101,7 @@
diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 2d68f90..5c827ff 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -150,6 +150,7 @@ $homepage-block-min-height: 480px; .homepage-block.dark { background: $gray-base; color: white; + text-shadow: 1px 1px $gray-dark; } .navbar { @@ -164,6 +165,9 @@ $homepage-block-min-height: 480px; } +.btn-shadow { + box-shadow: 1px 1px 5px $gray-dark; +} .hills { background-size: 100%;