add black border

This commit is contained in:
Julian Freeman
2026-01-19 00:03:14 -04:00
parent a5f1b165fd
commit 54408a5933
3 changed files with 27 additions and 17 deletions

View File

@@ -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>