style changes

This commit is contained in:
sejo 2022-01-08 20:22:41 -06:00
parent 6d7003753d
commit 7a4cf173f9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
body { body {
padding: 1em; padding: 1em;
font-family: sans-serif; hyphens: auto;
adobe-hyphenate: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-epub-hyphens: auto;
} }
pre{ pre{
background-color: #eee; background-color: #eee;
@ -18,6 +22,7 @@ h1,h2,h3{
font-family: serif; font-family: serif;
} }
th,td{ th,td{
border-width: 3px;
border-style:ridge; border-style:ridge;
padding:5px; padding:5px;
} }