mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
.homebrew {
|
|
.uiPage.sitePage {
|
|
.errorTitle {
|
|
//background-color: @orange;
|
|
color : #D02727;
|
|
text-align : center;
|
|
}
|
|
.content {
|
|
h1, h2, h3, h4 { border-bottom : none; }
|
|
hr { border-bottom : 2px solid slategrey; }
|
|
}
|
|
}
|
|
} |