Skip to content
Snippets Groups Projects
pandoc.css 333 B
Newer Older
  • Learn to ignore specific revisions
  •  * Copyright (C) 2019-2021 Uwe Schitt
    
     *
     * Distributed under terms of the MIT license.
     */
    
    body {
    	background: white;
    	color: black;
        font-family: Verdana;
    }
    
    code {
    
        font-size: 130%;
    
        margin-top: 10px;
        margin-bottom: 10px;
    
        color: #770000;
    
    .maybe_break {