Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #704915

    Hi,
    I would like to remove the background which is rendered for each line i a different color for the

     tag to have the same background color for the whole 
     tag.
    
    thanks,
    -rolf
    
    
    
    #704916

    Hi rolfroyce!

    Please add following code to Quick CSS

    pre {
        background: none;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.