Support

Account

Home Forums Feedback Code Blocks on The Forum Reply To: Code Blocks on The Forum

  • Actually, now that I’m on it… 🙂

    p code { margin: 0}

    will keep inline codeblocks from vertically breaking
    up paragraphs with an extra 40px of margin and

    
    pre code { 
      color: #DD1144; 
    }
    

    will keep the code inside of pre blocks the same color (red) as code inside of paragraph blocks.