Set $code-color and add padding to <pre>

This commit is contained in:
Matthias Loibl 2016-12-23 00:40:37 +01:00
parent fa5daa97e8
commit b14cb1de40
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
2 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,4 @@ $divider-color: #BDBDBD;
//Set bootstrap colors
$brand-primary: $primary-color;
$body-color: $primary-text-color;
$code-color: darken($accent-color, 10);

View File

@ -32,6 +32,11 @@
.content {
margin: 64px auto;
pre {
padding: 16px;
background-color: $code-bg;
}
blockquote{
@extend .blockquote;
}