Skip to content

chatgpt.com by tj by tbiking

Details

Authortbiking

LicenseNo License

Categorychatgpt.com

Created

Updated

Size686 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change background to light green hue to make it stand out when alt tabbing

Notes

Userstyle doesn't have notes.

Source code

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

@-moz-document url-prefix("https://chatgpt.com/") {
    /* Insert code here... */
    
/* Change the background color of Confluence to a light green hue */

body {
  background-color: #e8f5e9; /* Light green background color */
}

/* Customize specific elements */
header, footer, .content, .page, .editor {
  background-color: #e8f5e9; /* Match header, footer, content, page, and editor areas to the light green background */
}

/* Keep text color and other styles default */

}

Reviews

No reviews yet.