diff options
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 79553f4..a17ddcd 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -71,27 +71,6 @@ article{ margin-top: 10px; border: none; } - ol, ul, p, blockquote{ - code{ - background: $gray04; - border: 1px solid $gray03; - padding: 1px 3px; - margin: 0 3px; - @include border-radius(5px); - } - } - code{ - font: $meta-size $monospace; - } - >pre{ - background: $gray04; - padding: 5px 15px; - margin-top: 10px; - border: 1px solid $gray03; - line-height: 1.5; - overflow-x: auto; - @include border-radius(5px); - } table{ background: $gray04; border: 1px solid $gray03; |