parent
  • mcp (edited 8 years ago)
    +1

    That should be an easy fix though:

    .comment .user .photo {
        background-color: rgb(51, 51, 51) !important;
    }
    
    .postComment .user .photo {
        background-color: rgb(34, 34, 34) !important;
    }
    

    Feel free to improve/whatever, works fine for me. :-)

    • get9
      +1

      That worked wonderfully. Thank you, kindly!