A tumblelog theme for Hugo
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
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. }