Merge branch 'main' into microformats2
1 file changed, 3 insertions(+), 3 deletions(-)
jump to
M templates/style.html → templates/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; }