0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 02:52:38 +00:00
This commit is contained in:
Trevor Buckner
2023-11-15 14:32:15 -05:00
parent 93d38eb184
commit a1e9c82c06

View File

@@ -421,9 +421,7 @@ body { counter-reset : phb-page-numbers; }
} }
//Attribute Lists - All text between HRs is red //Attribute Lists - All text between HRs is red
hr ~ :is(dl,p) { hr ~ :is(dl,p) { color : var(--HB_Color_HeaderText); }
color : var(--HB_Color_HeaderText);
}
hr:last-of-type { hr:last-of-type {
& ~ :is(dl,p) { & ~ :is(dl,p) {
color : inherit; // After the HRs, reset text to black color : inherit; // After the HRs, reset text to black
@@ -448,9 +446,7 @@ body { counter-reset : phb-page-numbers; }
td,th { padding : 0px; } td,th { padding : 0px; }
} }
//indent fix after bulleted lists //indent fix after bulleted lists
:is(ul,ol) + p { :is(ul,ol) + p { text-indent : 0; }
text-indent:0;
}
:last-child { margin-bottom : 0; } :last-child { margin-bottom : 0; }
} }