mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
.homebrew {
|
|
.uiPage.sitePage:has(.errorTitle) {
|
|
.errorTitle {
|
|
color : #D02727;
|
|
text-align : center;
|
|
}
|
|
.content {
|
|
h1, h2, h3, h4 { border-bottom : none; }
|
|
hr { border-bottom : 2px solid slategrey; }
|
|
}
|
|
}
|
|
} |