Skip to content

Claude AI better Dark Mode by Kush-Dhingra

Screenshot of Claude AI better Dark Mode

Details

AuthorKush-Dhingra

LicenseNo License

Categoryclaude.ai

Created

Updated

Size473 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Please switch to lightmode for this to work!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           claude.ai
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("claude.ai") {
    html {
        filter: invert(100%) !important;
    }
    .code-block__code {
        filter: invert(1) contrast(1.3) !important;
    }
    ::selection {
        background: #ffa500 !important;
        color: #000 !important;
    }
}

Reviews

No reviews yet.