/* Custom styles for Pragmatic Tracker... */

:root {
  color-scheme:light dark;

  /* uncomment a pair of lines below for custom background colours */

  /* pink/red */
  /*  --bg-body:light-dark(#fad0d0, #584343);     /* top left */
  /*  --bg-body-dk:light-dark(#d66c6c, #613333);  /* bottom right  */

  /* yellow/brown */
  /*  --bg-body:light-dark(#f0dfae, #5d5641);     /* top left */
  /*  --bg-body-dk:light-dark(#e6b82e, #4a3a0b);  /* bottom right  */

  /* purple */
  /*  --bg-body:light-dark(#d7c4f0, #504064);     /* top left */
  /*  --bg-body-dk:light-dark(#bb9ce4, #443558);  /* bottom right  */

  /* green */
  /*  --bg-body:light-dark(#dbe5da, #3d483c);     /* top left */
  /*  --bg-body-dk:light-dark(#bfc9be, #2f412e);  /* bottom right  */

  /* blue */
  /*  --bg-body:light-dark(#ccd8e8, #3e454f);     /* top left */
  /*  --bg-body-dk:light-dark(#aabdd7, #353e4d);  /* bottom right  */

  /* yellow/red */
  /*  --bg-body:light-dark(#f0dfae, #5d5641);     /* top left */
  /*  --bg-body-dk:light-dark(#d66c6c, #613333);  /* bottom right  */

  /* uncomment the line below to remove the 4.0 watermark */
  img.watermark { display:none; }             /* no watermark */
  }
