A tumblelog theme for Hugo
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

quote.css 79 B

12345678
  1. body {
  2. color: white;
  3. }
  4. .quote {
  5. font-size: 2rem;
  6. line-height: 2.5rem;
  7. }