@import 'tailwind.css';

.cp-Panel-toggle:link {
  text-decoration: none;
}

nav {
  cursor: pointer;
}

nav.active {
  color: #fff;
  background-color: #22292f;
}
