-3

i am trying to Disable the Bootstrap <pre> https://jsfiddle.net/9e6byxe1/

1 Answers1

0

You need to use the !important declaration.

pre {
    color: #222222 !important;
}

Read this Stack Overflow answer to see more about it.

Community
  • 1
  • 1
Sam Bunting
  • 845
  • 1
  • 15
  • 36