11 lines
154 B
CSS
11 lines
154 B
CSS
|
.App {
|
||
|
min-height: 100vh;
|
||
|
background: #b7c4cd;
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.FullNode {
|
||
|
background: #f9be77;
|
||
|
margin-bottom: 5px;
|
||
|
padding: 5px;
|
||
|
}
|