Added text border

This commit is contained in:
Mattia Mascarello 2021-10-10 10:04:10 +02:00 committed by GitHub
parent 5026677254
commit 0f1b7569e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ body {
}
* {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-family: Helvetica, Arial, sans-serif;
color: white;
}