fix(css): pagination styles not applied
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -96,7 +96,7 @@ pre:has(> code) { background: var(--bg); } -section > nav { +#pagination { display: flex; justify-content: space-between; align-items: baseline;