Comment on Dark mode AI detector

  1. thank you so much for this! i just wonder if there is a way to make it light mode, instead of defaultly dark mode?

    Comment Actions
    1. hello!! sorry if you saw my previous reply, i sent the wrong code lol
      the one in the original thread was already light mode! which i will add here:

      #outer,
      #main,
      .userstuff,
      .userstuff p,
      .userstuff div {
      background: #ffffff !important;
      color: #000000 !important;
      }
      body:has(.userstuff p.font-claude-response-body) #outer,
      body:has(.userstuff p.font-claude-response-body) #main,
      body:has(.userstuff p.font-claude-response-body) .userstuff,
      body:has(.userstuff p.font-claude-response-body) .userstuff p,
      body:has(.userstuff p.font-claude-response-body) .userstuff div {
      background: #ff0000 !important;
      color: #ffffff !important;
      }

      Comment Actions
      1. ah you're right, it works in light mode! thank you very much <33

        Comment Actions