Dark theme for OpenAI docs, in the style of ChatGPT dark mode. No guarantees of being maintained.
OpenAI documentation by calebvisage
Details
Authorcalebvisage
LicenseNo License
Categoryplatform.openai.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Will update this in the future.
Source code
/* ==UserStyle==
@name OpenAI documentation
@version 20230410.21.21
@namespace userstyles.world/user/calebvisage
@description Dark theme for OpenAI docs, in the style of ChatGPT dark mode. Install at own risk, there will be bugs, and no guarantees of being maintained. But, maybe it will be.
@author calebvisage
@license No License
==/UserStyle== */
@-moz-document domain("platform.openai.com") {
html,
body {
background-color: rgb(52, 53, 65) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: white !important;
}
blockquote {
background-color: rgb(32, 33, 35) !important;
color: #cccccc !important;
}
p,
li {
color: #cccccc !important;
}
strong {
color: #1a7f64 !important;
}
.subheading {
color: white !important;
}
.app-header {
background-color: rgb(52, 53, 65) !important;
border-bottom: 1px solid rgb(31, 31, 31) !important;
}
.branding {
filter: brightness(200) !important;
}
.app-header .user-details .user-details-org {
color: #cccccc;
}
.nav-item {
color: #bbbbbb !important;
}
.side-nav-header {
color: white !important;
}
.side-nav-item {
color: #cccccc !important;
}
.side-nav-item.active {
color: #1a7f64 !important;
}
.example-content {
background-color: rgb(32, 33, 35) !important;
}
.example-content-value {
color: #bbbbbb !important;
}
.docs-nav {
border-right: 1px solid rgb(31, 31, 31) !important;
}
}