Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • asyncthread
  • asyncthread-patch-01e8
  • asycio
  • v0.1.2
5 results

reset-syntax.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    reset-syntax.css 119 B
    .highlight * {
        color: black;
        font-weight: normal;
        font-style: normal;
        background-color: transparent;
    }