reduced text shadows for performance (#1)

This commit is contained in:
ari melody 2023-10-03 00:01:39 +01:00
parent 25ef1202c5
commit c6442e3333
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F

View file

@ -11,7 +11,7 @@ body {
color: #eee; color: #eee;
font-family: monospace; font-family: monospace;
font-size: 18px; font-size: 18px;
text-shadow: 0 0 3em, 0 0 0.2em; text-shadow: 0 0 2em;
} }
header { header {