reduced text shadows for performance

This commit is contained in:
ari melody 2023-10-02 23:52:23 +01:00
parent f99e4801f4
commit 85d616a828
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F

View file

@ -25,7 +25,7 @@ pre#content {
overflow-y: scroll; overflow-y: scroll;
white-space: break-spaces; white-space: break-spaces;
line-break: anywhere; line-break: anywhere;
text-shadow: 0 0 1em, 0 0 3em; text-shadow: 0 0 2em;
} }
div#caret { div#caret {