mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 21:24:41 +03:00
provide paddings consistently in codeblcoks with/without highlight
This commit is contained in:
@@ -36,7 +36,12 @@
|
||||
/** same style for highlighted, non-highlight */
|
||||
.cpp.hljs {
|
||||
overflow-x: unset;
|
||||
padding: unset;
|
||||
}
|
||||
|
||||
/** override poole.css */
|
||||
pre code {
|
||||
/* same as hljs */
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
/** highlight js change colors (overrides style) */
|
||||
|
||||
Reference in New Issue
Block a user