diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock index e0d57a96..67f962b0 100644 --- a/doc-src/Gemfile.lock +++ b/doc-src/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: .. specs: - compass (0.11.alpha.3.7f7b3c5) + compass (0.11.alpha.4.354beb9) chunky_png (~> 0.10.3) sass (>= 3.1.0.alpha.50) diff --git a/doc-src/content/stylesheets/partials/_example.scss b/doc-src/content/stylesheets/partials/_example.scss index 51ca61e6..b8e30010 100644 --- a/doc-src/content/stylesheets/partials/_example.scss +++ b/doc-src/content/stylesheets/partials/_example.scss @@ -8,6 +8,11 @@ html.light #demo, html.dark #demo { background: #fff; margin-bottom: 1.2em; padding: 40px; + code { + @include box-shadow(rgba(#000, .3) 0 1px 3px, rgba(#000, .15) 0 1px 0 0 inset); + background: #fff; + color: inherit; + } } #how {