mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-26 00:51:31 +00:00
[Issues 48] Fix indentation and bg in highlight code block
This commit is contained in:
parent
46e3b58404
commit
dad47e715e
@ -67,4 +67,11 @@ $block-border-radius: 0.15rem;
|
|||||||
background: $gray-100;
|
background: $gray-100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
code {
|
||||||
|
padding: 0;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user