Most web designers like to use white as the background color of the web page, because it is easy to color. However, if you stare at a website that uses white as the background color and text for a long time, you will feel white and eye-catching. In this case, I like the color scheme that uses the dark color as the base and the text color as the light green color, just like the color scheme of a term terminal.
If the Firefox browser is used, we can use the stylish plug-in to rewrite the CSS style of a page. Stylish syntax is very simple. There are two basic points:
Reload the existing CSS styles of the current site
To reload the existing CSS style of the current site, you only need to find the class name or ID of the style you want to reload, And you can directly use CSS in stylish to reload the definition. The most important thing is to add it at the end! Important, for example:
# Example {color: Blue! Important ;}
Use the-moz-document rule to specify the webpage address of the custom CSS style. For example:
@-Moz-document domain ('images .example.com '), URL-prefix ('HTTP: // example.com/images '){
/*
[...]