firefox浏览器修改样式为绿色护眼

1.在firefox浏览器内部添加附件搜索"Stylish".

2.以下内容:

body {
    background-color: #C7EDCC !important;
}
table {
    background-color: #C7EDCC !important;
}
td {
    background-color: #C7EDCC !important;
}
a:link {
    color: #000000!important;
}
a:visited {
    color: #00FF00!important;
}
a:hover {
    color: #0000FF!important;
    background: #00EE00!important;
}
a:active {
    color: #FF0000!important;
    background: #00EE00!important;
}

到刚才下载的附件中添加上述代码即可.

posted @ 2018-05-24 21:40  vlime  阅读(787)  评论(0编辑  收藏  举报