From d66f88febd3f19afd6b0ed0bee347e8f7db3e086 Mon Sep 17 00:00:00 2001 From: dweller Date: Fri, 8 Mar 2024 19:53:47 +0200 Subject: fix formatting and parsing when using self-compiled mandoc that produced different HTML output --- style/search.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style/search.css') diff --git a/style/search.css b/style/search.css index 9f8a88f..835c612 100644 --- a/style/search.css +++ b/style/search.css @@ -49,7 +49,7 @@ #logo { margin-right: 1.5rem; } -#man, #mank +#btn_man, #btn_mank { flex-shrink: 0; height: 4em; @@ -59,14 +59,14 @@ border-radius: 0; } -#mank +#btn_mank { background-color: var(--qbgh); color: var(--fg-light); border-color: transparent; } -#man:hover, #mank:hover +#btn_man:hover, #btn_mank:hover { text-decoration: underline; box-shadow: none; -- cgit v1.2.3