- addressed bugs flagged by BR

This commit is contained in:
2025-11-10 13:44:29 +00:00
parent ddeedd2d72
commit feddaa1eb0
9 changed files with 60 additions and 81 deletions

View File

@@ -31,3 +31,9 @@ body {
}
}
}
.arrow-outline path {
stroke: black; /* outline color */
stroke-width: 20px; /* thickness of outline (tweak this) */
stroke-linejoin: round;
}