A tumblelog theme for Hugo
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
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. }