Monospace for name and branch fields
Sets a monospace font in repository name and branch fields so typos are easier to catch.
Code to copy
input[name="repository[name]"],
input[name="branch_name"], input.js-filterable-field,
input[aria-label*="ranch" i] {
font-family: ui-monospace, "JetBrains Mono", monospace !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.