/* custom.css */

p, body {
  font-family: "Avenir", "Avenir Next", "Helvetica Neue", sans-serif;
}

.sidebar__introduction img {
  border-radius: 10px;
  width: 300px;
  height: auto;
}

.theme--dark .body {
  background-color: #323232;
  color: #eeeeee;
}

.theme--dark .post {
  background-color: #323232;
}

.theme--dark .nav__list { 
  background-color: #323232;
}

.theme--dark .header {
  background-color: #323232;
}

h3.year {
  text-align: center;
}

h3.year::before {
    content: "\2329  ";
}

h3.year::after {
    content: " \232A";
}

ul.award {
  list-style-type: '— ';
}

pre {
  font-family: "Lucida Console", monospace;
}
