Skip to content

chatgpt.com by vnsrz

Details

Authorvnsrz

LicenseNo License

Categorychatgpt.com

Created

Updated

Code size1.0 kB

Code checksumf048ab4f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Complements zen-internet extension to be more transparent.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Complements zen-internet extension to be more transparent.
@author         vnsrz
==/UserStyle== */

@-moz-document url-prefix("https://chatgpt.com/") {
    /* translucid items */
    .dark {
        --message-surface: #20273391 !important;
        --main-surface-secondary: #202733ab !important;
        --sidebar-surface-primary: #202733ab !important;
        --sidebar-surface-secondary: #202733ab !important;
        --sidebar-surface-tertiary: #202733ab !important;
        --gray-700: #202733ab !important;
    }
    
    /* chat input box */
    .dark\:bg-\[\#303030\]:is(.dark *) {
        background-color: #20273391 !important;
    }
    
    /* input box buttons hover */
    .dark\:can-hover\:hover\:bg-gray-700:hover:is(.dark *) {
        background-color: #202733 !important;
    }
    
    .dark\:bg-gray-700:is(.dark *) {
      background-color: #202733d1 !important;
    }
}

Reviews

No reviews yet.