gitdeploy/html/static/custom.css

22 lines
345 B
CSS
Raw Normal View History

2020-09-19 17:59:59 +00:00
html,
body,
.footer {
background-color: #ecf0f3;
}
.footer p {
display: inline-block;
font-size: 0.75rem;
line-height: 2rem;
}
.header {
background-color: #ffffff;
padding-top: 0.75rem;
padding-bottom: 0.5rem;
margin-bottom: 2rem;
}
.horizontal-overflow-scroll {
overflow-y: scroll;
}
/* .horizontal-overflow-scroll pre {
} */