mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 13:32:39 +00:00
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
.uiPage{
|
|
.errorTitle{
|
|
//background-color: @orange;
|
|
color: #d02727;
|
|
text-align: center;
|
|
}
|
|
.content {
|
|
h1, h2, h3, h4 {
|
|
border-bottom: none;
|
|
}
|
|
hr {
|
|
border-bottom: 2px solid slategrey;
|
|
}
|
|
}
|
|
} |