diff --git a/archivebox/themes/default/base.html b/archivebox/themes/default/base.html
index ed7d1be9..61418673 100644
--- a/archivebox/themes/default/base.html
+++ b/archivebox/themes/default/base.html
@@ -223,6 +223,14 @@
.title-col a {
color: black;
}
+
+ tr td a.exists-True {
+ opacity: 1;
+ }
+ tr td a.exists-False {
+ opacity: 0.1;
+ filter: grayscale(100%);
+ }