This commit is contained in:
Jason Gao 2023-09-28 02:08:32 +08:00
parent fcc5ea91d0
commit 34dbcab727
2 changed files with 9 additions and 4 deletions

View file

@ -42,4 +42,13 @@ table {
}
}
}
// codesplit
.codesplit {
padding: 0;
.pair {
background: $color-gray-200;
}
}
}

View file

@ -26,10 +26,6 @@ h3 {
font-weight: $font-bold;
}
h1 + p {
page-break-before: always;
}
h2,
h3 {
page-break-after: avoid;