Files
homebrewery/client/homebrew/pages/errorPage/errorPage.less
T

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; }
}
}
}