MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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;
}