diff --git a/src/focal/PhotoFocalLength.tsx b/src/focal/PhotoFocalLength.tsx
index d0b99a3c..480484a4 100644
--- a/src/focal/PhotoFocalLength.tsx
+++ b/src/focal/PhotoFocalLength.tsx
@@ -18,7 +18,7 @@ export default function PhotoFocalLength({
{...props}
label={formatFocalLength(focal)}
href={pathForFocalLength(focal)}
- icon={}
+ icon={}
hoverEntity={countOnHover}
/>
);
diff --git a/tailwind.css b/tailwind.css
index 59c4329b..8ea8ad05 100644
--- a/tailwind.css
+++ b/tailwind.css
@@ -329,6 +329,7 @@
a, .link {
@apply
hover:text-medium
+ active:text-dim
}
}