/* ==UserStyle==
@name         Example UserCSS style
@namespace    github.com/openstyles/stylus
@version      1.0.0
@license      unlicense
@preprocessor default
@var color link-color "Link Color" red
==/UserStyle== */
/*
docs1: https://github.com/openstyles/stylus/wiki/UserCSS
docs2: https://github.com/openstyles/stylus/wiki/Writing-UserCSS

script url: https://github.com/denisde4ev/html-css-js/blob/master/css/stylus/TEMPLATE.user.css
script install url: https://github.com/denisde4ev/html-css-js/raw/master/css/stylus/TEMPLATE.user.css
*/

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