mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-25 04:43:04 +00:00
Address code review comment
This commit is contained in:
parent
dad47e715e
commit
dce059f507
@ -42,6 +42,11 @@ $block-border-radius: 0.15rem;
|
||||
border-radius: $block-border-radius;
|
||||
font-size: $font-size-14;
|
||||
overflow-x: auto;
|
||||
|
||||
code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@ -67,11 +72,4 @@ $block-border-radius: 0.15rem;
|
||||
background: $gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user