all repos — zola-bearblog @ 5a936b5c413b541c5523da6b4ebdc46f996f7360

Port of bear blog theme to zola

Remove inline styles Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4

Alan Pearce
commit

5a936b5c413b541c5523da6b4ebdc46f996f7360

parent

555ff8a5656cf9fc160de3ec19bc827f6e5da9b7

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

changed files
M templates/style.css.htmltemplates/style.css.html
@@ -39,6 +39,10 @@ .title span {
font-weight: 400; } + .filter { + margin-bottom: 0; + } + nav a { margin-right: 10px; }