all repos — website @ 3a2d198d153efc8a69e7640f7dcde88207268ff3

My website

Replace zola with DOM-based static site generation code

Alan Pearce
commit

3a2d198d153efc8a69e7640f7dcde88207268ff3

parent

9c4fd37c97a87b9d1ab9e65b77e4578936b66323

1 file changed, 5 insertions(+), 2 deletions(-)

changed files
M themes/bear/templates/style.csstemplates/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; }