all repos — searchix @ 054d2b3bf7eb4c5a5401565e86031f22ea754062

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

feat: improve accessibility and browser behaviour

Alan Pearce
commit

054d2b3bf7eb4c5a5401565e86031f22ea754062

parent

d6e117bb9aeb2bae23dedd51b59b6e6f139e8a4f

1 file changed, 16 insertions(+), 1 deletion(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -31,11 +31,12 @@ padding: 0.5rem 0;
a { margin-bottom: unset; + font-size: 1.15rem; } & h1 { margin: unset; - font-size: unset; + font-size: 1.15rem; line-height: 2; & > a { margin-left: unset;
@@ -114,3 +115,17 @@
.error { background: var(--accent-error); } + +h2 { + font-size: 1.5rem; +} + +h2:only-child { + margin-top: 0; +} + +h3 { + margin: unset; + font-size: 1.25rem; + display: inline-block; +}