0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

Override the .homebrew class background on the embed page per recommendation.

This commit is contained in:
David Bolack
2026-03-29 11:57:21 -05:00
parent edaff80bd3
commit 3f7cc4682b
@@ -2,3 +2,7 @@
page-break-before : auto;
page-break-after : auto;
}
.homebrew {
background: unset !important;
}