/* ==UserStyle==
 @name           cursor_highlight
 @namespace     https://darallium.com/publish/user-styles/cursor_highlight.user.css
 @updateURL     https://darallium.com/publish/user-styles/cursor_highlight.user.css
 @downloadURL   https://darallium.com/publish/user-styles/cursor_highlight.user.css
 @version        1.0.0
 @description    A simple cursor highlight filter
 @author         darallium
 ==/UserStyle== */

@-moz-document regexp(".*") {
  a:hover,
  textarea:hover,
  li:hover,
  h1:hover,
  h2:hover,
  h3:hover,
  h4:hover,
  h5:hover,
  h6:hover,
  table:hover,
  th:hover,
  td:hover,
  embed:hover,
  object:hover {
    filter: invert(0.9);
  }
}
