0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +00:00

Initial Commit

This commit is contained in:
Víctor Losada Hernández
2023-10-03 17:08:46 +02:00
parent 52dcc3b53c
commit 2de7ec3585

View File

@@ -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