summaryrefslogtreecommitdiff
path: root/style/search.css
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-08 19:53:47 +0200
committerdweller <dweller@cabin.digital>2024-03-08 19:53:47 +0200
commitd66f88febd3f19afd6b0ed0bee347e8f7db3e086 (patch)
tree0a931a777591fa6d4edaaeccefa27e4d2d75d090 /style/search.css
parent12da9560c792ae5f3beb31dfdf5f41d70d03e4ab (diff)
fix formatting and parsing when using self-compiled mandoc that produced different HTML output
Diffstat (limited to 'style/search.css')
-rw-r--r--style/search.css6
1 files changed, 3 insertions, 3 deletions
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;