victorqribeiro / oldTerminal

an old terminal template for html pages

Home Page:https://victorribeiro.com/oldTerminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse cursor contrast

dragondave opened this issue · comments

There's very low contrast between the mouse cursor and the page background: something significantly far more garish would be pretty typical for the era you're emulating.

images (4)
I remember getting the cursor color from that image. What would you suggest?

I just added an option so you can customize the color of the cursor. Just edit the css file:

#main_content {
  caret-color: #FFF; /* this controls the color of the cursor */
}