github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/docs/references/yaml/main.css (about)

     1  .comment {
     2      color: #008000;
     3  }
     4  
     5  .key {
     6      color: #811f3f;
     7  }
     8  
     9  .key.required {
    10      font-weight: bold;
    11  }
    12  
    13  .value {
    14      color: blue;
    15  }
    16  
    17  .example {
    18      color: gray;
    19      font-weight: 100;
    20  }
    21  
    22  .key, .value, .comment, .example {
    23      font-family: 'Roboto Mono', monospace;
    24      font-size: 14px;
    25  }
    26  
    27  .key, .value, .example {
    28      white-space: nowrap;
    29  }
    30    
    31  table {
    32      border-collapse: collapse;
    33  }
    34  
    35  td {
    36      border-bottom: 1px solid #EEE;
    37      padding: 1px 0 !important;
    38      vertical-align: top;
    39  }
    40  
    41  td:first-child {
    42      padding: 1px 5px !important;
    43  }
    44  
    45  tr.top td {
    46      background-color: #EEE;
    47  }
    48  
    49  tr.top .comment {
    50      color: gray;
    51  }
    52  
    53  td:first-child {
    54      white-space: nowrap;
    55      padding-right: 10px;
    56  }
    57  
    58  tr:hover td {
    59      background: #DDD;
    60  }
    61  
    62  code {
    63      font-family: unset;
    64      font-size: 85%;
    65      border: 1px dotted gray;
    66      border-radius: 3px;
    67      padding: 0 .2em;
    68  }
    69  
    70  em {
    71      font-family: unset;
    72      font-size: 85%;
    73      border: 1px dotted gray;
    74      border-radius: 3px;
    75      padding: 0 .2em;
    76  }
    77  
    78  a.anchor{
    79      position: relative;
    80      display: inline;
    81      visibility: hidden;
    82      top: -70px;
    83  }
    84  
    85  @media (max-width: 768px) {
    86      a.anchor {
    87          top: -10px;
    88      }
    89  }