Order selectors

This commit is contained in:
Will Faught
2023-02-23 17:00:32 -08:00
parent 37b3404031
commit fcb84327fd

View File

@@ -5,6 +5,10 @@ body, html {
height: 100%;
}
.highlight .chroma .hl, .highlight .chroma .lnt {
display: flex;
}
.paige-content {
counter-reset: paige-figure;
}
@@ -53,10 +57,6 @@ body, html {
margin-bottom: 0;
}
.highlight .chroma .hl, .highlight .chroma .lnt {
display: flex;
}
.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child {
margin-bottom: 0;
}