tasmota-sml-parser/static/app.css
Andreas Thienemann 81315746e9
Update app.css
Footer Bar is gray.
2022-02-26 17:38:53 +01:00

18 lines
194 B
CSS

.jumbotron {
margin-top: 1em;
}
.parser-error {
color: red;
}
.parser-success {
color: green;
}
footer {
border-top: 1px solid gray80;
margin: 5em;
margin-top: 2em;
}