packages feed

tkyprof-0.1.0.1: templates/default-layout.lucius

/* body */
body {
  color: #f3f3e3;
  background: #212121;
  font-family: sans-serif;
}

/* hx */
h1, h2, h3, h4 {
  font-family: 'Amaranth', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

/* a */
a {
  color: #f3f3e3;
  text-decoration: none;
}

section a:hover {
  color: #e6550d;
  text-decoration: underline;
}

/* footer */
footer {
  text-align: right;
  font-size: 0.75em;
  visibility: hidden;
}