
/* PROCESS PAGE ONLY — keep the global cursor visible on the fluorescent yellow background */
@media (hover:hover) and (pointer:fine){
  html body #fluo-cursor{
    background:#050505 !important;
    background-color:#050505 !important;
    border-color:#050505 !important;
    mix-blend-mode:normal !important;
    filter:none !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
  }
}
