mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 10:07:39 -05:00
Update code.scss
Fixed more layout details. Numbers of selectors still to be fixed.
This commit is contained in:
parent
7df7572d91
commit
74845b4a0e
@ -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 {
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user