/*
 * Rails Red:  #981a21
 * Vim Green:  #007f00
 * Yellow Sum: #989921
 * Inverse:    #6766de
 * From ReinH, cbcb00 and e4e400
 */
html {
  background-color: white;
}

h1, h2, h3, h4, h5, h6, th {
  font-family: sans-serif;
}

h2 {
  font-size: 1.2em;
  color: #555;
}

.rails, .railsfile, code {
  color: #981a21;
}
.vim, .vimoption, kbd {
  color: #007f00;
}
.railsvim {
  color: #989921;
  font-family: monospace;
}
span.railsvim, dt.railsvim, code, kbd, tt {
  font-size: 1.1em;
}
