Jump to content

8BitFire

Level 1
  • Posts

    1
  • Joined

  • Last visited

Posts posted by 8BitFire

  1. I am trying to add in custom css to change the code block background color. I have all my coding notes done a certain way and I was hoping to be able to do that no matter what I do it doesn't change the background color, is there something I am missing?

    Code I am trying to change

    .hljs-dark .hljs {
        display: block;
        padding: .5em;
        background: #354553;
    }

     

×
×
  • Create New...