/* ==UserStyle==
@name           reverse coloring 
 @namespace     https://darallium.com/publish/user-styles/reverse_color.user.css
 @updateURL     https://darallium.com/publish/user-styles/reverse_color.user.css
 @downloadURL   https://darallium.com/publish/user-styles/reverse_color.user.css
@version        1.0.0
@description    A simple color reverse filter
@author         darallium
==/UserStyle== */
* {
  filter: hue-rotate(90deg);
}
