quotes

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

custom.css (903B)


      1 figure figcaption {
      2   text-align: center;
      3   font-size: 0.7em;
      4 }
      5 
      6 details {
      7   border: 1px solid #aaa;
      8   border-radius: 4px;
      9   padding: 0.5em 0.5em 0;
     10 }
     11 
     12 summary {
     13   font-weight: bold;
     14   margin: -0.5em -0.5em 0;
     15   padding: 0.5em;
     16   cursor: pointer;
     17   display: list-item;
     18 }
     19 
     20 details[open] {
     21   padding: 0.5em;
     22 }
     23 
     24 details[open] summary {
     25   border-bottom: 1px solid #aaa;
     26   margin-bottom: 0.5em;
     27 }
     28 
     29 .autolink-header-anchor {
     30   border-bottom: none !important;
     31   margin-left: -22px;
     32   margin-right: 6px;
     33   fill: #324996;
     34   opacity: 0.3;
     35 }
     36 
     37 h1:hover > .autolink-header-anchor,
     38 h2:hover > .autolink-header-anchor,
     39 h3:hover > .autolink-header-anchor,
     40 h4:hover > .autolink-header-anchor,
     41 h5:hover > .autolink-header-anchor,
     42 h6:hover > .autolink-header-anchor {
     43   opacity: 0.5;
     44 }
     45 
     46 .entry-content h1,
     47 h2,
     48 h3,
     49 h4,
     50 h5,
     51 h6 {
     52   font-family: 'Times New Roman', Times, serif;
     53   letter-spacing: -1px;
     54   word-spacing: 2px;
     55 }