Use class selector syntax

This commit is contained in:
Will Faught
2023-02-23 16:54:02 -08:00
parent d0ddcbbb19
commit 8a8d2d4dc4

View File

@@ -57,7 +57,7 @@ body, html {
display: flex;
}
.paige-figure > div > div[class="highlight"] > pre, .paige-figure > div > :last-child {
.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child {
margin-bottom: 0;
}