quotes-nextjs

My favourite quotes. (nextjs)
git clone http://git.hanabi.in/repos/quotes-nextjs.git
Log | Files | Refs | LICENSE

custom.css (176B)


      1 .entry-content h1,
      2 h2,
      3 h3,
      4 h4,
      5 h5,
      6 h6 {
      7   font-family: "Times New Roman", Times, serif;
      8   letter-spacing: -1px;
      9   word-spacing: 2px;
     10 }
     11 
     12 .list-item-title {
     13   cursor: pointer;
     14 }