From 4c7c791ed32d545cc8aa54214770e4409c8b27d2 Mon Sep 17 00:00:00 2001 From: keyan Date: Sat, 11 Sep 2021 11:45:20 -0500 Subject: [PATCH] indicate page was visited --- components/item.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/item.module.css b/components/item.module.css index 079d813e..a5fcfe6e 100644 --- a/components/item.module.css +++ b/components/item.module.css @@ -16,6 +16,10 @@ flex: 1 0 128px; } +a.link:visited { + color: grey; +} + .other { font-size: 70%; color: grey;