lotus/testbed/front/src/App.css

11 lines
154 B
CSS
Raw Normal View History

2019-07-24 17:10:44 +00:00
.App {
min-height: 100vh;
background: #b7c4cd;
font-family: monospace;
}
.FullNode {
background: #f9be77;
margin-bottom: 5px;
padding: 5px;
}