Skip to content

Instantly share code, notes, and snippets.

@James-E-A
Created July 11, 2025 16:45
Show Gist options
  • Save James-E-A/9b0d1a50b37aa5e61ad4873a69d58229 to your computer and use it in GitHub Desktop.
Save James-E-A/9b0d1a50b37aa5e61ad4873a69d58229 to your computer and use it in GitHub Desktop.
CSS make code elements regular sized
p code, code[role=presentation] {
font-size: 1.140625em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment