all repos — zola-bearblog @ 2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021

Port of bear blog theme to zola

Merge branch 'main' into microformats2

Alan Pearce
commit

2ca8f6cefd0dad72ab4e19d29dd0bbf36e9ee021

parent

dad78951e7a3b60f731b77777bafbe45e6f892b2

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

changed files
M templates/style.htmltemplates/style.html
@@ -42,11 +42,11 @@ }
textarea { width: 100%; - font-size: 16px; + font-size: 1rem; } input { - font-size: 16px; + font-size: 1rem; } main,article {
@@ -71,7 +71,7 @@ color: #222;
display: block; padding: 20px; white-space: pre-wrap; - font-size: 14px; + font-size: 0.875rem; overflow-x: auto; }