Skip to content

Commit

Permalink
change cursor color
Browse files Browse the repository at this point in the history
closes #874
  • Loading branch information
notAreYouScared committed Jan 6, 2025
1 parent 448fe41 commit 3bb0e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class="w-full focus:outline-none focus:ring-0 border-none"
<script>
let theme = {
background: 'rgba(19,26,32,0.7)',
cursor: 'transparent',
cursor: 'rgba(19,26,32,0.7)',
black: '#000000',
red: '#E54B4B',
green: '#9ECE58',
Expand Down

0 comments on commit 3bb0e7d

Please sign in to comment.