body, a {
  background: #11111b;
  color: #cba6f7;
}

table, tr, th, td {
  border: 1px solid #cba6f7;
  text-align: left;
}

th,td {
  padding: 0.25rem 0.5rem;
}

a.link, .links a {
  text-decoration: none;
  cursor: pointer;
}

.link {
  display: inline;
}

.link:after {
  content: '\A';
  white-space: pre;
}

.link:before,
a.arrw:before {
  content: "> ";
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}

div.line {
  background: #cba6f7;
  height: 1px;

  margin: 5px 0px;
}

input:not([type="image"]), textarea {
  border: 1px solid #cba6f7;
  padding: 4px 8px;
  border-radius: 4px;
  background: #181825;
  color: #bac2de;
}
