From 88cc75a0457859a63b06854e353b053c730b3752 Mon Sep 17 00:00:00 2001 From: TrAyZeN <1810leo@gmail.com> Date: Sat, 14 Nov 2020 17:48:29 +0100 Subject: [PATCH] Change opacity of inexisting archive type on public view --- archivebox/themes/default/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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%); + }