If you’d like to customize CSS style for a website, Amino Chrome Extension is useful.
Customize CSS Style
Let’s say you want to change header background-color
on github.com. Just set custom CSS for the domain.
The style is:
.Header {
background-color: #511e80;
}
You can change the color or style whatever you want.
The result is:
The header background color has changed to #511e80
.
Use Case in Read World
- Change style for each environments(
development
,staging
,production
) - Change style for your own very secret/important page(e.g. Password admin page)