From 613d035ebe600d92bbca4293921f6bcb7850d710 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 26 Mar 2025 21:01:08 -0500 Subject: [PATCH] Round border radius on ebook thumbnail link focus --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 474539fc..c1ff61db 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1601,6 +1601,7 @@ ol.ebooks-list.list > li > p:nth-of-type(1) > a{ ol.ebooks-list > li .thumbnail-container > a:first-child{ font-size: 0; /* for correct focus outline */ + border-radius: .25rem; } ol.ebooks-list > li p.author{