Skip to content

IOS ChatGPT Apple Style by JIBLIR

Screenshot of IOS ChatGPT Apple Style

Details

AuthorJIBLIR

LicenseMIT

Categoryhttps://chatgpt.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style take the style of ChatGPT in IOS with black and white.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           IOS ChatGPT Apple Style
@namespace      github.com/openstyles/stylus
@version        2.0.0
@license     MIT
@author         mohvn
==/UserStyle== */
@-moz-document url-prefix("https://chatgpt.com/") {
    

    :root {
		--gray-700: #000 !important;
		;
		--gray-750: #000 !important;
		;
		--gray-800: #000 !important;
		;
		--gray-900: #000 !important;
		;
		--sidebar-surface-secondary: #000 !important;
		;
		--border-color: #000 !important;
		;
       font-family: 'SF Pro Text', sans-serif;
	}

	.hljs {
    font-family: 'SF Pro Text', -apple-system-subheadline, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 1; /* Vous pouvez ajuster ce nombre pour obtenir l'épaisseur souhaitée */
}


	.dark {
		--text-error: #fff !important;
		;
		--link: #fff !important;
		;
		--link-hover: #fff !important;
		;
	}

	html,
	body,
	* {
		letter-spacing: -0.1px !important;
	}

	.border-token-border-medium {
		border-color: #000 !important;
		;
	}

	.hljs-keyword,
	.hljs-attr,
	.hljs-selector-pseudo,
	.hljs-selector-attr {
		color: #fff !important;
	}

	.hljs-title.class_,
	.hljs-variable.language_,
	.hljs-attribute,
	.hljs-bullet {
		color: #fff !important;
		;
	}

	.hljs-string {
		color: #fff !important;
		;
	}

	.hljs-title.function_,
	.hljs-name,
	.hljs-number,
	.hljs-literal,
	.hljs-built_in,
	.hljs-selector-class,
	.hljs-type,
	.hljs-selector-id,
	.hljs-variable,
	.hljs-symbol {
		color: #fff !important;
		;
	}
}

Reviews

No reviews yet.