Added text border
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user