Skip to content
Snippets Groups Projects
Select Git revision
  • 0456da35dc8a64b143d4788ebcb4c312ef25f48c
  • master default
2 results

simple.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    simple.css 383 B
    /*
     * This file is part of Invenio.
     * Copyright (C) 2016-2019 CERN.
     *
     * Invenio is free software; you can redistribute it and/or modify it
     * under the terms of the MIT License; see LICENSE file for more details.
     */
    
    code[class*="language-"],
    pre[class*="language-"] {
      line-height: 1.0;
    }
    
    :not(pre) > code[class*="language-"],
    pre[class*="language-"] {
      background: white;
    }