Replace zola with DOM-based static site generation code
1 file changed, 5 insertions(+), 2 deletions(-)
changed files
M themes/bear/templates/style.css → templates/style.css
@@ -61,6 +61,7 @@ .tags > li { list-style: none; display: inline-block; + padding-right: 1ex; } textarea {@@ -72,7 +73,8 @@ input { font-size: 1rem; } -main,article { +main, +article { line-height: 1.6; }@@ -161,7 +163,8 @@ h4, h5, h6, strong, - b { + b, + .title { color: #eee; }