Skip to content

Instantly share code, notes, and snippets.

@LukeNewNew
Last active October 11, 2025 05:36
Show Gist options
  • Save LukeNewNew/cc41030377819a70fccd68a7001aa103 to your computer and use it in GitHub Desktop.
Save LukeNewNew/cc41030377819a70fccd68a7001aa103 to your computer and use it in GitHub Desktop.
html, body, :root, :host, * {
--font-primary: sans-serif;
--font-display: sans-serif;
--font-headline: serif;
--font-code: monospace;
--font-clan-body: sans-serif;
--font-clan-signature: serif;
--font-display-marketing: sans-serif;
--font-display-marketing-header: serif;
letter-spacing: unset !important;
}
ol.scrollerInner__36d07:has(li.messageListItem__5126c) > .groupStart__5126c:has(.blockedSystemMessage__7a70a) {
visibility: hidden !important;
pointer-events: none !important;
}
ol.scrollerInner__36d07, .searchResultGroup_c68065 .searchResult__02a39 {
i, em {
outline: 1px red solid;
}
}
@media (prefers-color-scheme: dark) {
html, body {
background: black !important
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment