github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/vuepress/styles/index.scss (about)

     1  h1, h2, h3, h4 {
     2      font-family: 'Jura', sans-serif;
     3      font-weight: bold;
     4      //color: #000075;
     5  }
     6    
     7  h1 {
     8      font-size: 26px;
     9      text-shadow: none;
    10      //color: #707070;
    11      padding-left: 0px;
    12      margin-left: 10px;
    13  }
    14  
    15  h2 {
    16      font-size: 20px;
    17      border-bottom-width: 5px;
    18      border-bottom-style: solid;
    19      //border-bottom-color: #000075;
    20      margin-right: 20px;
    21      padding-bottom: 5px;
    22      padding-left: 10px;
    23  }
    24  
    25  h3 {
    26      font-size: 16px;
    27      border-bottom-width: 2px;
    28      border-bottom-style: solid;
    29      //border-bottom-color: #000075;
    30      margin-left: 0px;
    31      margin-right: 20px;
    32      padding-bottom: 5px;
    33      padding-left: 10px;
    34  }
    35  
    36  h4 {
    37      font-size: 16px;
    38      text-decoration: underline;
    39      text-underline-offset: 7px;
    40      padding-left: 0px;
    41      margin-left: 0px;
    42  }
    43  
    44  #main-title {
    45      font-family: 'Jura', sans-serif;
    46  }
    47  
    48  .vp-feature-header {
    49      font-family: 'Jura', sans-serif;
    50  }
    51  
    52  .vp-description {
    53      font-family: 'Jura', sans-serif;
    54  }
    55  
    56  .centre-image {
    57      max-width: 100%;
    58      max-height: 400px;
    59      margin-left: auto;
    60      margin-right: auto;
    61      display: block;
    62  }
    63  
    64  // custom styles
    65  
    66  blockquote {
    67      border-color:#850!important;
    68      color:#850;
    69  }
    70    
    71  @media (min-width: 420px) {
    72      body {
    73          letter-spacing: 0.5px;
    74          font-size: 16px !important;
    75      }
    76  
    77      blockquote {
    78          border-color: #885500 !important;
    79          color: #885500;
    80          border-width: 2px;
    81          border-style: solid;
    82          border-radius: 5px;
    83          border-left-width: 10px;
    84          padding-left: 10px;
    85      }
    86  
    87      pre, code{
    88          padding-top: 3px !important;
    89          padding-bottom: 3px !important;
    90      }
    91  
    92      div[class*=language-].line-numbers-mode .line-number {
    93          line-height: unset !important;
    94      }
    95  
    96      .line-numbers-mode  {
    97          border-width: 2px;
    98          border-style: solid;
    99          border-color: #0f600f;
   100      }
   101  
   102      // vuepress tabbed code
   103  
   104      .vp-code-tab-nav {
   105          padding-bottom: 20px;
   106      }
   107  
   108      .vp-code-tab .line-numbers-mode {
   109          border-width: 0px;
   110          padding-top: 1px;
   111          padding-bottom: 1px;
   112      }
   113  }
   114  
   115  html[data-theme="dark"] ::marker {
   116      color: #404075;
   117  }
   118  
   119  ::marker {
   120      color: #7070e5;
   121  }