mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 03:36:27 -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:
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user