slither77 custom chatGPT theme.
Clean chatGPT theme by slither77

Details
Authorslither77
LicenseNo License
Categoryhttps://chatgpt.com/
Created
Updated
Code size1.3 kB
Code checksum745bc2ec
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ChatGPT clean theme
@namespace github.com/openstyles/stylus
@version 1.0.0
@description slither77 custom chatGPT theme.
@author slither77
==/UserStyle== */
@font-face {
font-family: 'Cascadia Code';
src: url('https://cdn.jsdelivr.net/gh/microsoft/cascadia-code@v2008.01/CascadiaCode.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/microsoft/cascadia-code@v2008.01/CascadiaCode.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@-moz-document domain("chatgpt.com") {
:root {
--gray-700: #29a5b9;
--gray-750: #618b908c;
--gray-800: #2f4a4e;
--gray-900: #121a1a96;
}
.dark {
--text-error: #bf616a;
--link: #086aba;
--link-hover: #1354a9;
}
.dark {
& .kkeenobservation {
& main div[data-message-author-role="user"] > div.w-full > div {
background-color: #24393b;
}}}
html,
body,
* {
font-family: 'Cascadia Code', monospace !important;
letter-spacing: -0.5px !important;
}
a {
font-style: italic;
text-decoration: none;
}
a:hover {
font-style: italic;
text-decoration: none;
}
}