all repos — zola-bearblog @ a70fb3f413a205390b45943007400d5d9a06a72b

Port of bear blog theme to zola

Merge branch 'main' into microformats2

Alan Pearce
commit

a70fb3f413a205390b45943007400d5d9a06a72b

parent

fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2

1 file changed, 13 insertions(+), 3 deletions(-)

changed files
M templates/style.htmltemplates/style.css.html
@@ -1,4 +1,3 @@
-<style> body { font-family: Verdana, sans-serif; margin: auto;
@@ -32,11 +31,24 @@ text-decoration: none;
border: 0; } + .title h1 { + font-size: 1.5em; + } + .title span { font-weight: 400; } + .filter { + margin-bottom: 0; + } + nav a { + margin-right: 10px; + } + + nav active { + font-weight: bold; margin-right: 10px; }
@@ -168,5 +180,3 @@ .helptext {
color: #aaa; } } - -</style>