mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 03:02: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
|
||||
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 {
|
||||
& ~ :is(dl,p) {
|
||||
color : inherit; // After the HRs, reset text to black
|
||||
|
||||
Reference in New Issue
Block a user