Skip to content

Instantly share code, notes, and snippets.

@bradwilson
Last active November 22, 2023 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradwilson/37d42454283acf81c6b3812de7527713 to your computer and use it in GitHub Desktop.
Save bradwilson/37d42454283acf81c6b3812de7527713 to your computer and use it in GitHub Desktop.
Refined GitHub custom CSS
pre,
pre code,
.blob-code,
.blob-code-content,
.blob-code-marker,
.cm-editor .cm-line,
.react-blob-print-hide,
.react-code-text {
font-family: 'MonaspiceNe NFM', monospace !important;
}
.blob-code-inner {
font-size: 14px;
}
button[data-testid="copilot-popover-button"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment