add black border
This commit is contained in:
@@ -160,6 +160,10 @@ const onMouseLeave = () => {
|
||||
}
|
||||
|
||||
span {
|
||||
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
|
||||
text-shadow:
|
||||
-1px -1px 0 #000,
|
||||
1px -1px 0 #000,
|
||||
-1px 1px 0 #000,
|
||||
1px 1px 0 #000;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user