mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 11:32:38 +00:00
Linting
This commit is contained in:
@@ -421,9 +421,7 @@ body { counter-reset : phb-page-numbers; }
|
||||
}
|
||||
|
||||
//Attribute Lists - All text between HRs is red
|
||||
hr ~ :is(dl,p) {
|
||||
color : var(--HB_Color_HeaderText);
|
||||
}
|
||||
hr ~ :is(dl,p) { color : var(--HB_Color_HeaderText); }
|
||||
hr:last-of-type {
|
||||
& ~ :is(dl,p) {
|
||||
color : inherit; // After the HRs, reset text to black
|
||||
@@ -448,9 +446,7 @@ body { counter-reset : phb-page-numbers; }
|
||||
td,th { padding : 0px; }
|
||||
}
|
||||
//indent fix after bulleted lists
|
||||
:is(ul,ol) + p {
|
||||
text-indent:0;
|
||||
}
|
||||
:is(ul,ol) + p { text-indent : 0; }
|
||||
|
||||
:last-child { margin-bottom : 0; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user