summaryrefslogblamecommitdiff
path: root/src/site.css
blob: 1c47ac0e357c37478ad873ef082bc3630f3948dd (plain) (tree)
































                                                                                                                  
body {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.2em;
  color: #0f172a;
}

body > header > h1 > a {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: black;
}

body > header {
  margin-bottom: 2em;
}

ul.buttons {
  list-style-type: none;
}
ul.buttons > li {
  display: inline-block;
  margin-right: 0.5em;
}
ul.buttons > li > a {
  display: inline-block;
  background-color: #d4d4d8;
  color: #18181b;
  padding: 0.2em 0.3em;
  text-decoration: none;
  border: 1px solid #52525b;
}