
/* Add this new style for the custom cursor */
#text, #options {
    cursor: url('/assets/icons/highlighter-cursor.svg') 2 2, auto;
}

/* Highlight in yellow For Firefox */
::-moz-selection {
    background-color: rgba(255, 255, 0, 0.5);
    
}

/* Highlight in yellow For WebKit browsers (Chrome, Safari, Edge) */
::selection {
    background-color: rgba(255, 255, 0, 0.5);
    
}
