0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 13:32:39 +00:00
Files
homebrewery/client/homebrew/pages/errorPage/errorPage.less
2023-06-24 01:46:44 -04:00

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