Skip to content

Instantly share code, notes, and snippets.

@LukeNewNew
Last active October 11, 2025 05:38
Show Gist options
  • Save LukeNewNew/39a4372c206eb3f9d389b2c48f9120c1 to your computer and use it in GitHub Desktop.
Save LukeNewNew/39a4372c206eb3f9d389b2c48f9120c1 to your computer and use it in GitHub Desktop.
Google AI Studio
.account-switcher-container {
display: none
}
mat-expansion-panel .mat-expansion-panel-body a.prompt-title {
width: 100%
}
ms-chat-turn span.ng-star-inserted[style] {
outline: 1px red solid;
}
ms-chat-turn ms-text-chunk a {
color: var(--color-v3-text-link) !important;
}
ms-chat-turn table {
border-collapse: collapse;
}
hr {
width: 100%;
height: 0px;
border: 0px;
opacity: 23%
}
:not(.user-scrolling) .scrollbar-handle {
transition: background-color .2s ease-in-out !important;
}
@media (prefers-color-scheme: light) {
hr {
border-top: 1px #333 solid;
}
ms-chat-turn table td, ms-chat-turn table th {
border: 1px solid #ccc !important
}
* {
--color-surface-container-high: #d2e2ff !important;
}
ms-chat-turn, ms-chat-turn * {
--color-surface-container-high: #eae6ff !important;
}
}
@media (prefers-color-scheme: dark) {
hr {
border-top: 1px #fff solid;
}
ms-chat-turn table td, ms-chat-turn table th {
border: 1px solid #333 !important
}
* {
--color-surface-container-high: #172345 !important;
}
.chunk-editor-main {
background: #000 !important;
}
ms-run-settings, ms-bidi-run-settings {
background-color: unset !important
}
}
ms-prompt-history, .nav-sub-items-wrapper, ms-zero-state {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment