-
-
Save doomuch/6d3175f4d204e9b49e24665d978c565c to your computer and use it in GitHub Desktop.
Chat.openai.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Styles are easy to change with CSS! | |
This template doesn't do anything by default. | |
To change the page, un-comment the default CSS rules, or write your own! | |
*/ | |
.flex.py-3.px-3.items-center.gap-3.rounded-md.shim-yellow.transition-colors.duration-200.text-white.cursor-pointer { | |
display: none; | |
} | |
.flex.py-3.px-3.items-center.gap-3.rounded-md.transition-colors.duration-200.text-white.cursor-pointer.text-sm.mb-2.flex-shrink-0.border:first-child { | |
color: rgba(32,33,35,var(--tw-text-opacity))!important; | |
background-color: rgba(255,198,87,var(--tw-bg-opacity))!important; | |
border-color: rgba(202,138,4,var(--tw-border-opacity))!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment