Added text border

This commit is contained in:
2021-10-10 10:04:10 +02:00
committed by GitHub
parent 5026677254
commit 0f1b7569e5

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;
}