github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/src/css/_content.css (about)

     1  .prose ul, .prose ol {
     2    margin-bottom: 2em;
     3  }
     4  .prose ul li, .prose  ol li {
     5    margin-bottom: .5em;
     6  }
     7  .prose li:hover {
     8    background-color: var(--light-gray)
     9  }
    10  .prose ::selection {
    11    background: var(--primary-color); /* WebKit/Blink Browsers */
    12    color: white;
    13  }
    14  
    15  
    16  body {
    17  
    18  line-height: 1.45;
    19  
    20  }
    21  
    22  p {margin-bottom: 1.3em;}
    23  
    24  h1, h2, h3, h4 {
    25  margin: 1.414em 0 0.5em;
    26  
    27  line-height: 1.2;
    28  }
    29  
    30  h1 {
    31  margin-top: 0;
    32  font-size: 2.441em;
    33  }
    34  
    35  h2 {font-size: 1.953em;}
    36  
    37  h3 {font-size: 1.563em;}
    38  
    39  h4 {font-size: 1.25em;}
    40  
    41  small, .font_small {font-size: 0.8em;}