aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 0fd858e..02f9d0e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1595,7 +1595,8 @@ search-entry ul li:first-child a {
background-color: var(--hover-background-alternate);
}
-search-entry ul li:only-child a {
+search-entry ul li:only-child a,
+search-entry ul li:last-child a:hover {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}