@import "/water.css";

.monaco-editor, .overflow-guard {
  border-radius: 6px;
}

code {
  color: #fff;
}

a:not(nav a):not(.toc) {
  text-decoration: underline;
  color: var(--text-main);
}