_sass/class/admonition.scss in jekyll-rtd-theme-2.0.4 vs _sass/class/admonition.scss in jekyll-rtd-theme-2.0.5

- old
+ new

@@ -1,7 +1,13 @@ .admonition { // fixed note font-size: $h4-size; + // mdl + @include shadow-2dp(); + + .title { + box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14); + } // fixed .content { :first-child { margin-top: 0;