/* Add your own CSS here to build on top of Simple.css */

:root {
  --standard-border-radius: 0px;
}

.post-link {
  font-size: 1.6rem;
  font-weight: bold;
}

body > header {
  padding-bottom: 0.5rem;
}

.meta {
  color: var(--text-light);
  font-size: 1rem;
}

nav a.current {
  color: var(--accent) !important;
  border-color: var(--accent);
}

div.publication {
  margin-bottom: 1.8rem;
  line-height: 1.5;
}


.bibtex-pre {
  margin: 0.3rem 0 0 0;
  padding: 0.5rem 0.8rem;
  font-size: 0.8em;
  background: var(--accent-bg);
  border: 1px solid var(--border);
  white-space: pre;
  overflow-x: auto;
  user-select: all;
}

