Example UserCSS style

Move navbar position, change font color, and more.

目前为 2020-07-21 提交的版本,查看 最新版本

/* ==UserStyle==
@name        Example UserCSS style
@description Move navbar position, change font color, and more.
@namespace   github.com/openstyles/stylus
@version     1.0.0
@license     unlicense
==/UserStyle== */

@-moz-document domain("example.com") {
  a {
    color: red;
  }
}