findthatride.com - Dark Mode

Dark theme for FindThatRide.com

  1. /* ==UserStyle==
  2. @name findthatride.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Dark theme for FindThatRide.com
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  10. ==/UserStyle== */
  11. @-moz-document domain("findthatride.com") {
  12. /* Invert colors except images and videos */
  13. :is(html:not([stylus-iframe]), img, svg, video, #header) {
  14. filter: invert(1) hue-rotate(180deg) !important;
  15. }
  16. }