HOME | DD

DVAULTZ — chat.openai theme

#theme #website #csstheme #darkreader #chatgpt
Published: 2023-07-23 19:14:44 +0000 UTC; Views: 727; Favourites: 4; Downloads: 0
Redirect to original
Description openai.com

INVERT
figure.release-cover>div:first-of-type>img
.math

CSS
body {
    background: initial !important;
}
header[style*="background-image"],
.bg-cover[style*="background-image"] {
    background: none !important;
}
.is-below-fold .header--cover .nav,
.is-below-fold .post-header--cover .nav {
    background: ${white} !important;
    color: ${black} !important;
}
span.token.comment {
    color: ${#aaa } !important;
}
span.token.punctuation {
    color: ${#777} !important;
}
a.btn:not(.fade), button.btn {
    background: ${rgba(5, 5, 38, 0.05)} !important;
    color: ${#050526} !important;
}
button.btn:hover {
    color: ${#b0b0b0 } !important;
}
figcaption, .caption {
    color: ${rgba(5,5,38,0.5)} !important;
}
.content .timeline > li::before, .timeline > li::before {
    color: ${black} !important;
}
.content .timeline > li::after, .timeline > li::after {
    background-color: ${black} !important;
}
.switch-input:checked + .switch-label {
    color: ${rgba(0, 0, 0, 0.7)} !important;
}
[data-darkreader-inline-bgcolor] {
    background-color: #46008c !important;
}
[path d^="M"] {
  display: none !important;
}


:root {
    --color-primary: #369dbc ;
    --color-secondary: #715fde ;
    --color-error: #ef4146 ;
    --darkreader-bgimg--gradient-primary: linear-gradient(90deg, #322b63 , #222a68 );
    --text-primary: #202123;
    --text-default: #353740;
    --text-secondary: #6e6e80 ;
    --text-disabled: #acacbe ;
    --text-error: var(--color-error);
}

* {
    scrollbar-color: #262C4D #181626;
}

.bg-green-500 {
    --darkreader-bg--tw-bg-opacity: 1;
    background-color: rgb(101, 62, 133);
}

.dark .dark\:md\:bg-vert-dark-gradient {
    background-image: linear-gradient(rgba(39, 34, 59, 0), rgb(29, 16, 48) 58.85%);
}

.dark .dark\:bg-\[\#444654\] {
    --darkreader-bg--tw-bg-opacity: 1;
    background-color: rgb(21, 19, 31);
}

.text-white {
    --darkreader-text--tw-text-opacity: 1;
    color: rgb(97, 174, 255);
}

.dark .dark\:bg-gray-700 {
    --darkreader-bg--tw-bg-opacity: 1;
    background-color: rgb(21, 19, 35);
}

.bg-gray-800 {
    --darkreader-bg--tw-bg-opacity: 1;
    background-color: rgb(31, 28, 63);
}

input:laceholder, textarea:laceholder {
    color: rgb(102, 207, 255);
}

.dark .dark\:md\:bg-vert-dark-gradient {
    background-image: linear-gradient(rgb(20, 16, 28), rgb(28, 20, 55) 70.85%);
}

a.btn:not(.fade), button.btn {
    background: rgba(48, 48, 169, 0.05) !important;
    color: #e4e4ff ;
}

.dark .dark\:bg-gray-800 {
    --darkreader-bg--tw-bg-opacity: 1;
    background-color: rgb(11, 10, 18);
}
Related content
Comments: 0