For programmers and friends who have been using computers for a long time, setting the bean paste Green is a way to protect the eyes. Here we will introduce chrome
How to Set a light green background in a browser (Google Chrome green background:
1. Find the custom.css style file in the installation directory of the Chrome browser (this file is blank by default)
2. Add the following code to the custom.css Style File and save it.
HTML,
Body {background-color: # c7edcc! Important ;}
File Path:
1) In win7, the path of the m.m.css style file is:
C: \ Users \ USERNAME \ appdata \ Local \ google \ chrome \ User
Data \ Default \ User stylesheets
If you cannot find the file path, try:
Search for "Chrome" on drive C and click the folder named chrome to go to the search page.Custom.css
In Linux: 1 second, find custom.css, open your dark terminal, and execute: Find-name custom.css.
2)modify custom.css
Add cdns to the m.css directory, and use the editing tool to open custom.css.
Add the above Code to custom.css.
After saving custom.css, you can see the effect.