feat: enable linking to alternate instance via config
1 file changed, 12 insertions(+), 0 deletions(-)
changed files
M frontend/static/style.css → frontend/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;