mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 03:32:40 +00:00
Initial Commit
This commit is contained in:
@@ -424,7 +424,10 @@ 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) { color : var(--HB_Color_HeaderText); }
|
hr ~ :is(dl,p) {
|
||||||
|
color : var(--HB_Color_HeaderText);
|
||||||
|
text-indent: 0;
|
||||||
|
}
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user