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%;