all repos — searchix @ 0227aaeb21d3640bd2b2a3b438a9bf38bbd54c20

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: oddly-sized site title link hover background https://codeberg.org/alinnow/searchix/issues/19

Alin
commit

0227aaeb21d3640bd2b2a3b438a9bf38bbd54c20

parent

6cdd9ced64d6f9d4189ecb2c30d028d3cc108054

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -46,14 +46,14 @@ text-wrap: nowrap;
} nav > h1 > a { - margin-left: unset; - padding-left: unset; + margin: 0; + padding: 1ex 0; border: 1px transparent; text-decoration: none; } body > header h1 { - margin: unset; + margin: 0 1em 0 0; font-size: 1.15rem; }