all repos — searchix @ a3cea0d9c64e759683207f55d1f534a330540b1a

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

feat: enable linking to alternate instance via config

Alin
commit

a3cea0d9c64e759683207f55d1f534a330540b1a

parent

76dcd62d21e962479926f2f2b7dece202ea0b666

1 file changed, 12 insertions(+), 0 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -45,6 +45,18 @@ font-size: 1.15rem;
text-wrap: nowrap; } +header > nav a.other-instance { + padding: unset; + border: unset; + margin-left: auto; + margin-bottom: unset; + font-size: 1rem; + + &:hover { + background: unset; + } +} + nav > h1 > a { margin: 0; padding: 1ex 0;