lotus/lotuspond/front/src/App.css

12 lines
175 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;
2019-07-24 18:42:02 +00:00
user-select: text;
2019-07-24 17:10:44 +00:00
}