Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
189 B

  1. .hljs {
  2. display: block;
  3. background: #f0e0d6;
  4. color: #800000;
  5. padding: 0.5em;
  6. font-family: arial,helvetica,sans-serif;
  7. font-size: 13px;
  8. }
  9. .hljs-comment {
  10. color: #789922;
  11. }