diff --git a/src/assets/style.css b/src/assets/style.css index 5bbe959..dd35124 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -21,21 +21,10 @@ header { font-family: monospace; } -@keyframes cursor-animate { - from { - cursor: url('data:image/svg+xml;utf8,'), - auto; - } - to { - cursor: url('data:image/svg+xml;utf8,'), - auto; - } -} - body { font-family: sans-serif; background-color: var(--background); - animation: 1s cursor-animate linear infinite; + color: var(--text); }