From 5cfbcc013763f15444370a328bbdcdbd6d91e8a6 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:28:43 +0100 Subject: [PATCH] html template copy ux --- src/auto_archiver/formatters/templates/html_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/formatters/templates/html_template.html b/src/auto_archiver/formatters/templates/html_template.html index 901c0c6..f9e53d9 100644 --- a/src/auto_archiver/formatters/templates/html_template.html +++ b/src/auto_archiver/formatters/templates/html_template.html @@ -42,7 +42,7 @@ } .copy:hover { - font-weight: 600; + background: aliceblue; cursor: copy; }