diff --git a/src/scss/app.scss b/src/scss/app.scss index 0cafe3b..43ea4a2 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -136,6 +136,13 @@ nav { } article { + background: #333333; + padding: 20px; + + *:last-child { + margin-bottom: 0; + } + blockquote { border-left: 2px solid #f03; padding-left: 10px; @@ -162,6 +169,11 @@ article { &:hover { transform: scale(1.05); } + + article { + background: none; + padding: 0; + } } pre {