自定义 CSS
Web 允许你设置一个自定义的 CSS,以改变你访问的每个网页的外观和感觉。你可能会想通过这种方式,来设置首选的字体大小或配色方案。
Press the menu button in the top-right corner of the window and select Preferences ▸ Appearance.
Under the Style section, switch Use Custom Stylesheet to on.
点击笔的图标。
你的默认文本编辑器将打开。添加你的自定义 CSS 并保存该文件。
一个自定义的 CSS 的例子:
body{
/*让所有内容上下颠倒*/
-webkit-transform: rotate(180deg);
}Your custom CSS will override the style sheet on pages which you visit after you enable it.