Skip to content

Instantly share code, notes, and snippets.

@fedesilva
Created November 18, 2010 16:46
Show Gist options
  • Save fedesilva/705257 to your computer and use it in GitHub Desktop.
Save fedesilva/705257 to your computer and use it in GitHub Desktop.
==> manifest.json <==
{
"name": "GitHub Tweaks",
"version": "0.1",
"description": "Style tweaks for github pages",
"content_scripts": [
{
"matches": ["https://github.com/*", "https://gist.github.com/*"],
"css": ["tweaks.css"]
}
]
}
==> tweaks.css <==
#files .file .line-data,
#files .file .line-number,
#files .file .data td.line_numbers,
#files .file .data pre,
#files .meta .bubble {
font-family: Monaco !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment