/*
 * bootstrap-wysiwyg
 */
.bootstrap-wysiwyg-editor {
  height: 70vh;
  overflow-y: scroll;
}
.bootstrap-wysiwyg-editor img {
  max-width: 100%;
}
.hackermode-editor, .hackermode-editor:focus{
  height: 30vh !important;
  background-color: #0e0e0e;
  color: #50ec16;
  font-family: mononoki, monospace;
  text-shadow: 0px 0px 2px #7ef549b3;
}

.navbar-toggler {
  border: none;
}