From dbe47628e7afa288f160073560e6f234a7c05f29 2017-08-13 15:01:09 From: Christopher Neugebauer Date: 2017-08-13 15:01:09 Subject: [PATCH] More shadows. Oops. --- diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index ac0dd00bf51893d6e4b59005b6b9b1b32ea627ef..898966e5eea8e7d169a5d95262a004e0e21f3d5c 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 2d68f90dbece444290ec6052bb021c1855455b0a..5c827ff24943f4ba09e61973872ee0b3b5a6c9e7 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%;