A tumblelog theme for Hugo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
195 B

  1. body {
  2. background-color: white;
  3. color: #333;
  4. }
  5. h1, h2, h3 {
  6. color: #333;
  7. text-transform: none;
  8. }
  9. h1#site-title a, h1#site-title a:visited, h1#site-title a:hover, .fa {
  10. color: #ccc;
  11. }