From 7a4cf173f93ccdbed7970eb57ac283a70fcf9255 Mon Sep 17 00:00:00 2001 From: sejo Date: Sat, 8 Jan 2022 20:22:41 -0600 Subject: [PATCH] style changes --- templates/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/style.css b/templates/style.css index 5941750..13d489c 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,6 +1,10 @@ body { padding: 1em; - font-family: sans-serif; + hyphens: auto; + adobe-hyphenate: auto; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -epub-hyphens: auto; } pre{ background-color: #eee; @@ -18,6 +22,7 @@ h1,h2,h3{ font-family: serif; } th,td{ + border-width: 3px; border-style:ridge; padding:5px; }