File: /home/imensosw/orgchart.imenso.co/src/App.css
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 16px;
color: white;
}
nav {
background-color: #000;
display: block;
height: 2.25rem;
overflow: hidden;
}
nav a {
display: inline-block;
box-sizing: border-box;
border: 1px solid #000;
color: #fff;
padding: 0.5rem 1rem;
text-decoration: none;
}
nav a.selected {
background-color: #fff;
color: #000;
}
nav a:hover {
background-color: #fff;
color: #000;
}
.wrapper {
height: 100%;
}
/* .btn {
width: 100px;
background-color: aqua;
} */
.btn {
background-color: "white"!important;
}