tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

caret-color-01.html (266B)


      1 <!DOCTYPE html>
      2 <style>
      3 @font-face {
      4  font-family: Ahem;
      5  src: url(../fonts/Ahem.ttf);
      6 }
      7 textarea {
      8  caret-color: green;
      9  font: 16px/1 Ahem;
     10  outline: none;
     11  border: 0 none;
     12  resize: none;
     13  padding: 0;
     14  margin: 0;
     15 }
     16 </style>
     17 <textarea autofocus></textarea>