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; }