Misc Tweaks for Todoist

Assorted tweaks for Todoist

  1. /* ==UserStyle==
  2. * @name Misc Tweaks for Todoist
  3. * @namespace http://github.com/exterrestris
  4. * @description Assorted tweaks for Todoist
  5. * @version 0.1.0
  6. ==/UserStyle== */
  7.  
  8. @namespace url(http://www.w3.org/1999/xhtml);
  9.  
  10. @-moz-document domain("todoist.com") {
  11. * {
  12. scrollbar-width: thin;
  13. }
  14. }