Update code.scss

Fixed more layout details. Numbers of selectors still to be fixed.
This commit is contained in:
PLanCompS 2020-07-04 21:17:18 +02:00
parent 7df7572d91
commit 74845b4a0e
1 changed files with 3 additions and 4 deletions

View File

@ -49,7 +49,8 @@ figure.highlight {
// With linenos:
figure.highlight > pre > code, figure.highlight > code {
figure.highlight > pre > code,
figure.highlight > code {
td,
td > pre {
@ -64,7 +65,7 @@ figure.highlight > pre > code, figure.highlight > code {
td.gutter {
padding-right: 1rem;
}
pre {
margin-top: 0;
line-height: 2;
@ -74,7 +75,6 @@ figure.highlight > pre > code, figure.highlight > code {
padding-bottom: 0;
border-bottom: 0;
}
}
// Jekyll 4.1.1: figure.highlight > pre > code > div > table > ...
@ -92,7 +92,6 @@ figure.highlight > code .table-wrapper {
padding: $sp-3;
}
.highlighter-rouge {
margin-bottom: $sp-3;
}