BGMP / github-revert-style

Partially reverts GitHub's style to its looks before the UI changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Revert Style

GitHub Revert Style is a small stylesheet I designed after GitHub introduced a bunch of UI changes which made the site look more roundish, and decentred most of the content displayed on the site. These styles revert some of these changes.

It currently does the following:

  • Centre repository headers.
  • Centre repository contents.
  • Centre user profile navigation.
  • Replace rounded shapes for smaller border radius (avatars, topic tags, label tags, etc.).
  • Align the status emoji's text.

How to use

You may apply these styles by using a browser extension. For example, Stylus is a browser extension which allows users to stylise any page they want using CSS that loads along with the page itself.

You may download Stylus here:

  1. Chrome
  2. Firefox

Once you install Stylus, simply follow these steps:

  1. Add a new style to Stylus. Go to the extensions' manage tab and then write a new style.

Step1

  1. Paste the content of github-revert-style.css into the new style. Click the '+' sign at the bottom and add a new rule of the 'URLs on the domain' type. Then simply add github.com as the target domain. Click Save, and the snippet should be ready to use!

Step2

Notes

This is just meant to be a personal taste "rollback". I've used these styles ever since GitHub changed its looks and, to be fair, they have survived the test of time quite well.

These styles have only been tested in 1920x1080 displays.

Feel free to report any issues on the Issues tab. I'll likely get to them sooner!

About

Partially reverts GitHub's style to its looks before the UI changes


Languages

Language:CSS 100.0%