Remove inline styles Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M templates/style.css.html → templates/style.css.html
@@ -39,6 +39,10 @@ .title span { font-weight: 400; } + .filter { + margin-bottom: 0; + } + nav a { margin-right: 10px; }