Skip to content

Commit

Permalink
cursor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KDust7 committed Jan 17, 2025
1 parent 3079305 commit f79c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ document.addEventListener('DOMContentLoaded', function () {
// INJECT CSS
const css = document.createElement('style');
css.type = 'text/css';
css.innerHTML = '.typewrite > .wrap { border-right: 0.06em solid #a04cff}';
css.innerHTML = '.typewrite > .wrap { border-right: 0.06em solid var(--header-active-background-color)}';
document.body.appendChild(css);
});

0 comments on commit f79c35e

Please sign in to comment.