/* s.css — global style tambahan untuk halaman chord */
body {
  background-color: #000;
  color: #f1f1f1;
  font-family: "Consolas", "Courier New", monospace;
  line-height: 1.6;
}

pre, code {
  font-family: inherit;
  background: transparent;
  border: none;
  color: inherit;
}

a {
  color: #77ff88;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
