Last active
May 30, 2025 06:21
-
-
Save LukeNewNew/16bfe074649611e041d71a13eb6796a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
message-content.model-response-text .markdown h1, | |
message-content.model-response-text .markdown h2, | |
message-content.model-response-text .markdown h3, | |
message-content.model-response-text .markdown h4, | |
message-content.model-response-text .markdown h5, | |
message-content.model-response-text .markdown h6 { | |
font-size: revert !important; | |
line-height: 1.5em !important; | |
} | |
message-content .markdown * { | |
font-weight: revert !important; | |
} | |
* { | |
--bard-sidenav-open-width: 320px !important; | |
--bard-sidenav-open-closed-width-diff: 248px !important; | |
} | |
.model-thoughts .thoughts-content, | |
.thought-header, | |
.thought-body, | |
.browse-header { | |
font-style: revert !important; | |
} | |
i, em { | |
outline: 1px red solid; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment