1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-06 15:24:40 -04:00

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

View File

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