all repos — homestead @ 4cdd583a5ce9428a3e5211213fc44b09fddba618

Code for my website

Replace zola with DOM-based static site generation code

Alan Pearce
commit

4cdd583a5ce9428a3e5211213fc44b09fddba618

parent

234c9eadf1e7965fc3a6a669696ddae5e2c4ef11

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; }