You are here

style-ckeditor.css in GeSHi Filter for syntax highlighting 8

Same filename and directory in other branches
  1. 8.2 codesnippetgeshi/css/style-ckeditor.css
/*
 * Add a background color to code blocks, so they are more visible.
 */
pre code {
  background-color: #c6ff00;
}

File

codesnippetgeshi/css/style-ckeditor.css
View source
  1. /*
  2. * Add a background color to code blocks, so they are more visible.
  3. */
  4. pre code {
  5. background-color: #c6ff00;
  6. }