diff --git a/_sass/2017/components/h3-section.scss b/_sass/2017/components/h3-section.scss index 9f036fb96..a2bbe9011 100644 --- a/_sass/2017/components/h3-section.scss +++ b/_sass/2017/components/h3-section.scss @@ -79,17 +79,8 @@ } .h3-section.-prime > .body { - border: solid 2px $baseB-600; border-radius: 2px; box-shadow: - 0 8px 12px rgba(80, 100, 150, 0.07), - 0 4px 8px rgba(80, 100, 150, 0.07), - 0 2px 3px rgba(80, 100, 150, 0.15); - - & > pre ~ p, - & > ul ~ p, - & > iframe ~ p, - & > table ~ p { - border-top: solid 2px $baseB-600; - } + 0 8px 12px rgba($baseB-600, 0.3), + 0 2px 3px rgba($baseB-400, 0.35); }