Skip to content
Snippets Groups Projects
Select Git revision
  • b1d210ac61cc87f59b0911819c83a19258aeb2b0
  • main default protected
2 results

custom.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 220 B
    .orange { color: #c65d09; }
    
    .green { color: #5dc609; }
    
    .yellow { color: #c6c609; }
    
    .bolditalic {
      font-weight: bold;
      font-style: italic;
    }
    
    .rst-content code, .rst-content tt, code {
      white-space: break-spaces;
    }