github.com/tooploox/oya@v0.0.21-0.20230524103240-1cda1861aad6/docs/css/docs.css (about)

     1  body {
     2    font-family: 'Roboto Mono', sans-serif;
     3  }
     4  
     5  .md_container pre {
     6    background-color: #21415a;
     7    color: white;
     8    min-height: 44px;
     9    padding-top: 12px;
    10    padding-bottom: 12px;
    11    padding-left: 15px;
    12    border-radius: 6px;
    13  }
    14  
    15  .md_container code {
    16    background-color: #09172211;
    17  }
    18  
    19  .md_container pre > code {
    20    background-color: transparent;
    21  }
    22  
    23  .md_container h1 {
    24    opacity: 0.6;
    25    color: #091722;
    26    font-size: 32px;
    27    line-height: 44px;
    28    font-weight: 700;
    29    margin-bottom: 36px;
    30    margin-top: 100px;
    31  }
    32  
    33  .md_container h2 {
    34    font-family: 'Roboto Mono', sans-serif;
    35    color: #091722;
    36    font-size: 18px;
    37    line-height: 42px;
    38    font-weight: 700;
    39    text-decoration: none;
    40    margin-top: 40px;
    41  }
    42  
    43  .md_container h3 {
    44    font-family: 'Roboto Mono', sans-serif;
    45    color: #091722BB;
    46    font-size: 16px;
    47    line-height: 30px;
    48    font-weight: 700;
    49    text-decoration: none;
    50    margin-top: 30px;
    51  }
    52  
    53  .md_container p {
    54    opacity: 1;
    55    font-family: 'Roboto Mono', sans-serif;
    56    color: #091722AA;
    57    font-size: 14px;
    58    line-height: 26px;
    59    font-weight: 400;
    60  }
    61  
    62  .md_container a {
    63    border-bottom: 2px dotted hsla(251.51785714285714, 89.60%, 50.98%, 1.00);
    64    color: #3d12f2;
    65    text-decoration: none;
    66    font-weight: 500; 
    67  }